View source: R/Methods-LandsepiParams.R
compute_audpc100S | R Documentation |
Compute AUDPC in a single field cultivated with a susceptible cultivar.
compute_audpc100S(
disease = "rust",
hostType = "wheat",
nTSpY = 120,
area = 1e+06,
seed = 12345
)
disease |
a disease name, among "rust" (default), "mildew" and "sigatoka" |
hostType |
cultivar type, among: "wheat" (default), "grapevine", "banana", "pepper". |
nTSpY |
number to time steps per cropping season |
area |
area of the field (must be in square meters). |
seed |
an integer used as seed value (for random number generator). |
audpc100S is the average AUDPC computed in a non-spatial simulation.
The AUDPC value (numeric)
loadOutputs
## Not run:
compute_audpc100S("rust", "wheat", area=1E6)
compute_audpc100S("mildew", "grapevine", area=1E6)
compute_audpc100S("sigatoka", "banana", area=1E6, nTSpY=182)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.