powered by
Plot a single pkm model
pkm
# S3 method for pkm plot(x, col = NULL, CL = NULL, ...)
a plot
model of class pkm
color to use
confidence level to show in boxplots and confidence bounds
arguments to be passed to sub functions
data(wind_RP) mod <- pkm(formula_p = p ~ Season, formula_k = k ~ 1, data = wind_RP$SE) plot(mod)
Run the code above in your browser using DataLab