plot.cpmSet {GenEst} | R Documentation |
Plot results of a set of CP models
Description
Produce a set of figures for a set of CP models, as fit by
cpmSet
Usage
## S3 method for class 'cpmSet'
plot(x, specificModel = NULL, cols = NULL, ...)
Arguments
x |
pk model set of class pkmSet |
specificModel |
the name(s) or index number(s) of specific model(s) to restrict the plot |
cols |
named vector of the colors to use for the distributions |
... |
to be passed down |
Examples
data(wind_RP)
mod <- cpmSet(formula_l = l ~ Season, formula_s = s ~ Season,
data = wind_RP$CP, left = "LastPresent", right = "FirstAbsent")
plot(mod)
[Package GenEst version 1.4.9 Index]