compute_audpc100S {landsepi} | R Documentation |
Compute AUDPC in a single 100% susceptible field
Description
Compute AUDPC in a single field cultivated with a susceptible cultivar.
Usage
compute_audpc100S(
disease = "rust",
hostType = "growingHost",
nTSpY = 120,
area = 1e+06,
seed = 12345
)
Arguments
disease |
a disease name, among "rust" (default), "mildew" and "sigatoka" |
hostType |
cultivar type, among: "growingHost" (default), "nongrowingHost", "grapevine". |
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). |
Details
audpc100S is the average AUDPC computed in a non-spatial simulation.
Value
The AUDPC value (numeric)
See Also
Examples
## Not run:
compute_audpc100S("rust", "growingHost", area=1E6)
compute_audpc100S("mildew", "grapevine", area=1E6)
compute_audpc100S("sigatoka", "banana", area=1E6, nTSpY=182)
## End(Not run)
[Package landsepi version 1.4.0 Index]