powered by
Plot a single cpm model
cpm
# S3 method for cpm plot(x, col = "black", ...)
model of class cpm
color to use
to be passed down
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