GenEst (version 1.2.0)

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, app = FALSE,
  cols = SEcols(), ...)

Arguments

x

pk model set of class pkmSet

specificModel

the name(s) or index number(s) of specific model(s) to restrict the plot

app

logical indicating if the plot is for the app

cols

named vector of colors to use for the specific and reference models

...

to be sent to subfunctions

Value

a set of plots

Examples

Run this code
# NOT RUN {
  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 DataCamp Workspace