Description Usage Arguments Details References See Also
View source: R/simulation_control_gavin.R
Epidemic simulation using the contact type model with the Australian control strategies.
1 2 3 4 5 6 7 8 | Simulate_contact_control_LER(f_rast = NULL, b_rast = NULL,
farm_pos_cat = NULL, vis_int_per_cat = NULL, param, grid_lines,
pop_grid, grid_size = 500, age_level = c(1, 1), age_dist = c(1, 0),
m_start = 1, t_b = 1e+05, t_max = 1000, t_intervention = 1e+05,
t_obs = 3703, EI_model = 1, kern_model = 4, rad = 1000,
sweep_prop = c(0.5, 0.5), back_p = c(0.7, 0.5), rate_det = c(0.3,
1), int_det = c(30, 90, 180), nb_in_b = 1, nb = 3, leav = c(3,
6), ini = NULL)
|
f_rast |
Population density of the grid a farm plant resides. This is filled from bottom to top, then left to right. |
b_rast |
Population density of the grid a backyard plant resides. This is filled from bottom to top, then left to right. |
farm_pos_cat |
A data frame of the intial conditon:
|
vis_int_per_cat |
A data frame of the visiting intervale for the alternative strategy:
|
param |
Indicating a data frame containing a vector of parameters including:
.
. |
pop_grid |
Population density of the grid a case resides. This is filled from bottom to top, then left to right. |
grid_size |
Grid resolution //@inheritParams circle_line_intersections |
age_level |
Vectors of age level and the propportion of each age group respectively. See details. |
age_dist |
Vectors of age level and the propportion of each age group respectively. See details. |
m_start |
The size of initial cases. Default is 1. |
t_b |
Time representing the end of the baseline programme or the start of the alternative programme |
t_max |
Final observation time. |
t_intervention |
Start of the intervention if any. |
t_obs |
End of the observation time. |
EI_model |
Take integer values to specify the type of model used for the latent period. See |
kern_model |
Take integer values to specify the type of dispersal kernel used. See |
rad |
Sweep radius |
sweep_prop |
A two element vector represention the proportion of plantation to consider for the sweep |
back_p |
A two element vector represention thes Backyard assessment proportion within sweep radius: |
rate_det |
Detection rate.
|
int_det |
Three elements vector representing the revisit intervals: |
nb_in_b |
The number of initial plants infected in category B farms |
nb |
The scaling factor of backyards |
leav |
The number of leaves to consider as a measurement for removal: 3 for expert to have a 100 detection |
ini |
A data frame of the intial state:
|
Simulate_contact_control_LER
provide the simulation of the epidemic process with the Australian BBTV management plan.
KR08contactsimulator \insertRefMee11contactsimulator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.