plot.pkm {GenEst} | R Documentation |
Plot results of a single pk model
Description
Plot a single pkm
model
Usage
## S3 method for class 'pkm'
plot(x, col = NULL, CL = NULL, ...)
Arguments
x |
model of class pkm |
col |
color to use |
CL |
confidence level to show in boxplots and confidence bounds |
... |
arguments to be passed to sub functions |
Value
a plot
Examples
data(wind_RP)
mod <- pkm(formula_p = p ~ Season, formula_k = k ~ 1, data = wind_RP$SE)
plot(mod)
[Package GenEst version 1.4.9 Index]