loadOutputs {landsepi} | R Documentation |
Load outputs
Description
Creates an output list
Usage
loadOutputs(epid_outputs = "all", evol_outputs = "all", disease = "rust")
Arguments
epid_outputs |
a character string (or a vector of character strings if several outputs are to be computed) specifying the type of epidemiological and economic outputs to generate (see details):
|
evol_outputs |
a character string (or a vector of character strings if several outputs are to be computed) specifying the type of evolutionary outputs to generate :
|
disease |
a disease name, among "rust" (default), "mildew", "sigatoka" and "no pathogen" |
Value
a list of outputs and parameters for output generation
See Also
Examples
outputList <- loadOutputs(epid_outputs = "audpc", evol_outputs = "durability")
outputList