loadTreatment {landsepi}R Documentation

Load treatment parameters

Description

Loads a list of treatment parameters for a specific disease (initialised at 0 , i.e. absence of treatments)

Usage

loadTreatment(disease = "no pathogen")

Arguments

disease

a disease name, among "mildew", "sigatoka" and "no pathogen"

Details

Chemical treatment is applied in a polygon only if disease severity (i.e. I/N) in this polygon exceeds the threshold given by treatment_application_threshold. Treatment efficiency is maximum (i.e. equal to the parameter treatment_efficiency) at the time of treatment application (noted t*); then it decreases with time (i.e. natural pesticide degradation) and host growth (i.e. new biomass is not protected by treatments): protected by treatments):Efficiency of the treatment at time t after the application date is given by: efficiency(t) = treatment\_efficiency / (1 + exp(a-b*C(t))) with C(t)= C_1 * C_2:

Value

a list of treatment parameters:

See Also

setTreatment

Examples

treat <- loadTreatment("sigatoka")
treat

[Package landsepi version 1.4.0 Index]