GenEst (version 1.4.9)

plot.pkm: Plot results of a single pk model

Description

Plot a single pkm model

Usage

# S3 method for pkm
plot(x, col = NULL, CL = NULL, ...)

Value

a plot

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

Examples

Run this code
  data(wind_RP)
  mod <- pkm(formula_p = p ~ Season, formula_k = k ~ 1, data = wind_RP$SE)
  plot(mod)

Run the code above in your browser using DataLab