loadOutputs {landsepi} | R Documentation |
Creates an output list
loadOutputs(epid_outputs = "all", evol_outputs = "all", disease = "rust")
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" |
a list of outputs and parameters for output generation
outputList <- loadOutputs(epid_outputs = "audpc", evol_outputs = "durability")
outputList