powered by
Compute AUDPC in a single field cultivated with a susceptible cultivar.
compute_audpc100S( disease = "rust", hostType = "wheat", nTSpY = 120, area = 1e+06, seed = 12345 )
The AUDPC value (numeric)
a disease name, among "rust" (default), "mildew" and "sigatoka"
cultivar type, among: "wheat" (default), "grapevine", "banana", "pepper".
number to time steps per cropping season
area of the field (must be in square meters).
an integer used as seed value (for random number generator).
audpc100S is the average AUDPC computed in a non-spatial simulation.
loadOutputs
if (FALSE) { compute_audpc100S("rust", "wheat", area=1E6) compute_audpc100S("mildew", "grapevine", area=1E6) compute_audpc100S("sigatoka", "banana", area=1E6, nTSpY=182) }
Run the code above in your browser using DataLab