GenEst (version 1.2.4)

plot.cpm: Plot results of a single CP model

Description

Plot a single cpm model

Usage

# S3 method for cpm
plot(x, col = "black", ...)

Arguments

x

model of class cpm

col

color to use

...

to be passed down

Examples

Run this code
# NOT RUN {
  data(wind_RP)
  mod <- cpm(formula_l = l ~ Season, formula_s = s ~ Season,  
           data = wind_RP$CP, left = "LastPresent", right = "FirstAbsent"
          )
 plot(mod)

# }

Run the code above in your browser using DataLab