Learn R Programming

landsepi (version 1.2.5)

compute_audpc100S: Compute AUDPC in a 100% susceptible field

Description

Compute AUDPC in a single field cultivated with a susceptible cultivar.

Usage

compute_audpc100S(
  disease = "rust",
  hostType = "growingHost",
  seed = 12345,
  area = 1e+06
)

Value

The AUDPC value (numeric)

Arguments

disease

a disease name, among "rust" (default) and "mildew"

hostType

cultivar type, among: "growingHost" (default), "nongrowingHost", "grapevine".

seed

an integer used as seed value (for random number generator).

area

area of the field (must be in square meters).

Details

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

See Also

loadOutputs

Examples

Run this code
if (FALSE) {
compute_audpc100S("rust", "growingHost", area=1E6)
compute_audpc100S("mildew", "grapevine", area=1E6)
}

Run the code above in your browser using DataLab