Learn R Programming

landsepi (version 1.5.1)

compute_audpc100S: 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 = "wheat",
  nTSpY = 120,
  area = 1e+06,
  seed = 12345
)

Value

The AUDPC value (numeric)

Arguments

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).

Details

audpc100S is the average AUDPC computed in a non-spatial simulation.

See Also

loadOutputs

Examples

Run this code
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