SIGMOID_SIGMA<-"sigma parameter of the sigmoid contamination function"
SIGMOID_KAPPA<-"kappa parameter of the sigmoid contamination function"
INFECTIOUS_PERIOD_VAR<-"variance of the infectious period duration"
INFECTIOUS_PERIOD_EXP<-"maximal expected duration of the infectious period"
LATENT_PERIOD_VAR<-" variance of the latent period duration"
LATENT_PERIOD_EXP<-"minimal expected duration of the latent period"
PROPAGULE_PROD_RATE<-"maximal expected effective propagule production rate of an infectious host per time step"
INFECTION_RATE<-"maximal expected infection rate of a propagule on a healthy host"
SURVIVAL_PROB<-"probability for a propagule to survive the off-season"
INOCULUM<-"initial probability for the first host (whose index is 0) to be infectious (i.e. state I) at the beginning of the simulation."
GENERATE_LANDSCAPE<-"Generates a landscape composed of fields where croptypes are allocated with controlled proportions and spatio-temporal aggregation."
SIGMOID_SIGMA<-"Sigma parameter of the sigmoid contamination function"
SIGMOID_KAPPA<-"Kappa parameter of the sigmoid contamination function"
INFECTIOUS_PERIOD_VAR<-"Variance of the infectious period duration"
INFECTIOUS_PERIOD_EXP<-"Maximal expected infectious period duration"
LATENT_PERIOD_VAR<-"Variance of the latent period duration"
LATENT_PERIOD_EXP<-"Minimal expected latent period duration"
PROPAGULE_PROD_RATE<-"Maximal expected effective propagule production rate per timestep and per infectious individual"
INFECTION_RATE<-"Maximal expected infection rate of a propagule on a healthy individual"
SURVIVAL_PROB<-"Off-season survival probability of a propagule"
INOCULUM<-"Initial probability for the first host (usually parameterised as a susceptible cultivar) to be infectious (state I) at the beginning of the simulation"
GENERATE_LANDSCAPE<-"Generates a landscape composed of fields where croptypes are allocated with controlled proportions and spatio-temporal aggregation"
RUN_SIMULATION<-"Run the simulation, depending of the parameters it can be long"
STOP_SIMULATION<-"Force to stop the simulation"
EXPORT_SIMULATION<-"Download a GPKG containing most of the parameters"
ROTATION_PERIOD<-"Croptypes rotation period in years. Will switch between 0 and 1 croptypes and 0 and 2 croptypes each period time. 0 mean no rotation."
\ No newline at end of file
ROTATION_PERIOD<-"Croptypes rotation period in years. Will switch between 0 and 1 croptypes and 0 and 2 croptypes each period time. 0 mean no rotation"