powered by
Produce a set of figures for a set of CP models, as fit by cpmSet
cpmSet
# S3 method for cpmSet plot(x, specificModel = NULL, cols = NULL, ...)
pk model set of class pkmSet
the name(s) or index number(s) of specific model(s) to restrict the plot
named vector of the colors to use for the distributions
to be passed down
data(wind_RP) mod <- cpmSet(formula_l = l ~ Season, formula_s = s ~ Season, data = wind_RP$CP, left = "LastPresent", right = "FirstAbsent") plot(mod)
Run the code above in your browser using DataLab