powered by
Produce a set of figures for a set of SE models, as fit by pkmSet
pkmSet
# S3 method for pkmSet plot(x, specificModel = NULL, cols = NULL, CL = NULL, ...)
a set of plots
pk model set of class pkmSet
the name(s) or index number(s) of specific model(s) to restrict the plot
named vector of colors to use for the specific and reference models
confidence level
to be sent to subfunctions
data(wind_RP) mod <- pkmSet(formula_p = p ~ Season, formula_k = k ~ Season, data = wind_RP$SE ) plot(mod)
Run the code above in your browser using DataLab