R/mainFunctions.R
param_list_simulation_update_create.Rd
param_list_simulation_update_create
creates suitable parameter list for
simulation_R
for continuing a simulation from memory within the active
session.
param_list_simulation_update_create(
years = 1,
ft = 0.4,
mu_vec = NULL,
fv_vec = NULL,
statePtr,
spatial_list,
drug_list,
barcode_list
)
Length of simulation. Default = 1
Treatments seeking value
Vector of mosquito mortalities for each day with years. Default = NULL, which will result in rep(0.132,floor(years*365))
Vector of mosquito bitings for each day with years. Default = NULL, which will result in rep(1/3,floor(years*365))
Pointer for current model state as return by simulation_R
$Ptr
Spatial list
Drug list
Barcode parameter list