GenEst (version 1.4.5)

plot.estM: Plot total mortality estimation

Description

plot defined for class estM objects

Usage

# S3 method for estM
plot(x, ..., CL = 0.9)

Arguments

x

estM object

...

arguments to pass down

CL

confidence level

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
 data(mock)
 model_SE <- pkm(formula_p = p ~ HabitatType, formula_k = k ~ 1,
              data = mock$SE)
 model_CP <- cpm(formula_l = l ~ Visibility, formula_s = s ~ Visibility, 
               data = mock$CP, dist = "weibull",
               left = "LastPresentDecimalDays", 
               right = "FirstAbsentDecimalDays")
 eM <- estM(nsim = 1000, data_CO = mock$CO, data_SS = mock$SS, 
         data_DWP = mock$DWP, frac = 1, model_SE = model_SE, 
         model_CP = model_CP, COdate = "DateFound",
         DWPCol = "S", sizeCol = NULL)
 plot(eM)
 
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace