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
)

Arguments

years

Length of simulation. Default = 1

ft

Treatments seeking value

mu_vec

Vector of mosquito mortalities for each day with years. Default = NULL, which will result in rep(0.132,floor(years*365))

fv_vec

Vector of mosquito bitings for each day with years. Default = NULL, which will result in rep(1/3,floor(years*365))

statePtr

Pointer for current model state as return by simulation_R$Ptr

spatial_list

Spatial list

drug_list

Drug list

barcode_list

Barcode parameter list