View source: R/plotNpde-plotFunctions.R
npde.plot.splitcov | R Documentation |
Plots split by covariate for a NpdeObject object (equivalent to using covsplit=TRUE with the appropriate plot.type)
npde.plot.splitcov(npdeObject, which.plot="x", ...)
npdeObject |
an object returned by a call to |
which.plot |
one of "x" (scatterplots of the metric versus X), "pred" (scatterplots of the metric versus predictions), "ecdf" (empirical distribution function), "hist" (histogram), "qqplot" |
... |
additional arguments to be passed on to the function, to control which metric (npde, pd, npd) is used or to override graphical parameters (see the PDF document for details, as well as |
a ggplot object or a list of ggplot objects (grobs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.