Description Usage Arguments Value
This function runs the simulation for a specified number of days using the modelo_pod_infection
1 2 3 4 5 6 7 8 9 10 11 12 | running_simulation(
weather_data,
modeling_days,
pod_data,
plot_data,
x,
mature,
sporulated,
R,
y,
model_WH
)
|
weather_data |
data frame with the wheather |
modeling_days |
increasing number |
pod_data |
data frame("Healthy"=,"maturity"=,"Disease"=,"sporulate_level"= ) |
plot_data |
data.frame("Days"=,"Healthy"=,"Mature"=,"Latent"=,"Sporulated"=, "Harvest"=,"Latent_removed"=, "Sporulated_removed"=, "Risk_factor"=) |
x |
data frame with crop characteristics data.frame("Crop_starting_date"=""%Y-%d-%m"","new_pods"=, "cultivar"=, "croping_frequency" =, "removing_sporulated_eficacy"=, "removing_latent_eficacy"=) |
mature |
number given by mature_sporulated_healty_latent_pod function |
sporulated |
number given by mature_sporulated_healty_latent_pod function |
R |
factor given by risk_factor function |
y |
data frame with control actions data.frame("Fumigation_dates"=,"Remotion_dates"=) |
the plot_data with the results of the simulation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.