plot.pkm: Plot results of a single pk model

View source: R/searcher_efficiency_figure_functions.R

plot.pkmR 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)


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