TBM.Rd
TB model
model
TBM in TMB code
current_pars
the parameters used for model simulation
output
return model's simulation
TBM$new()
TBM$update_pars()
TBM$plot()
TBM$clone()
new()
Init the model
TBM$new(pars = NULL, tmax = 150, dt = 1)
pars
A named vectors of parameters, must matched with the existing parameters (see pars_moldova for details)
pars_moldova
tmax
Maximum number of years to simulate
dt
Time steps, default to 1
NULL
update_pars()
update model's parameters
TBM$update_pars(pars)
a named vector of parameters
plot()
plot model dynamic
TBM$plot(states = c("S", "AS1", "LS1", "IS1"))
states
list of model states to plot
a ggplot object.
ggplot
clone()
The objects of this class are cloneable with this method.
TBM$clone(deep = FALSE)
deep
Whether to make a deep clone.