LandsepiParams {landsepi} | R Documentation |
Class LandsepiParams
Description
Landsepi simulation parameters
Details
An object of class LandsepiParams that can be created by calling createSimulParams
Slots
Landscape
a landscape as sf object. See
loadLandscape
Croptypes
a dataframe with three columns named 'croptypeID' for croptype index, 'cultivarID' for cultivar index and 'proportion' for the proportion of the cultivar within the croptype. See
loadCroptypes
,setCroptypes
andallocateCroptypeCultivars
Cultivars
a dataframe of parameters associated with each host genotype (i.e. cultivars, lines) when cultivated in pure crops.See
loadCultivar
andsetCultivars
CultivarsGenes
a list containing, for each host genotype, the indices of carried resistance genes. See
allocateCultivarGenes
Genes
a data.frame of parameters associated with each resistance gene and with the evolution of each corresponding pathogenicity gene. See
loadGene
andsetGenes
Pathogen
a list of i. pathogen aggressiveness parameters on a susceptible host for a pathogen genotype not adapted to resistance and ii. sexual reproduction parameters. See
loadPathogen
andsetPathogen
ReproSexProb
a vector of size TimeParam$nTSpY + 1 (end of season) of the probabilities for an infectious host to reproduce via sex rather than via cloning at each step.
PI0
initial probability for the first host (whose index is 0) to be infectious (i.e. state I) at the beginning of the simulation. Must be between 0 and 1. See
setInoculum
DispHost
a vectorized matrix giving the probability of host dispersal from any field of the landscape to any other field. See
loadDispersalHost
andsetDispersalHost
DispPathoClonal
a vectorized matrix giving the probability of pathogen dispersal (clonal propagules) from any field of the landscape to any other field. See
loadDispersalPathogen
andsetDispersalPathogen
DispPathoSex
a vectorized matrix giving the probability of pathogen dispersal (sexual propagules) from any field of the landscape to any other field. See
loadDispersalPathogen
andsetDispersalPathogen
Treatment
a list of parameters to simulate the effect of chemical treatments on the pathogen, see
loadTreatment
andsetTreatment
OutputDir
the directory for simulation outputs
OutputGPKG
the name of the output GPKG file containing parameters of the deployment strategy
Outputs
a list of outputs parameters. See
loadOutputs
andsetOutputs
TimeParam
a list of time parameters. See
setTime
Seed
an integer used as seed value (for random number generator). See
setTime