plot.cpmSet: Plot results of a set of CP models

View source: R/carcass_persistence_figure_functions.R

plot.cpmSetR Documentation

Plot results of a set of CP models

Description

Produce a set of figures for a set of CP models, as fit by cpmSet

Usage

## S3 method for class 'cpmSet'
plot(x, specificModel = NULL, cols = 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 the colors to use for the distributions

...

to be passed down

Examples

  data(wind_RP)
  mod <- cpmSet(formula_l = l ~ Season, formula_s = s ~ Season,  
           data = wind_RP$CP, left = "LastPresent", right = "FirstAbsent")
 plot(mod)


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