GenEst (version 1.4.9)

plot.pkmSet: Plot results of a set of SE models

Description

Produce a set of figures for a set of SE models, as fit by pkmSet

Usage

# S3 method for pkmSet
plot(x, specificModel = NULL, cols = NULL, CL = NULL, ...)

Value

a set of plots

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 colors to use for the specific and reference models

CL

confidence level

...

to be sent to subfunctions

Examples

Run this code
  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