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

View source: R/searcher_efficiency_figure_functions.R

plot.pkmSetR Documentation

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 class 'pkmSet'
plot(x, specificModel = NULL, cols = NULL, CL = NULL, ...)

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

Value

a set of plots

Examples

  data(wind_RP)
  mod <- pkmSet(formula_p = p ~ Season, formula_k = k ~ Season,
           data = wind_RP$SE
         )
  plot(mod)


ddalthorp/GenEst documentation built on June 4, 2023, 1 a.m.