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