| LandsepiParams {landsepi} | R Documentation |
Class LandsepiParams
Description
Landsepi simulation parameters
Details
An object of class LandsepiParams that can be created by calling createSimulParams
Slots
Landscapea landscape as sf object. See
loadLandscapeCroptypesa 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,setCroptypesandallocateCroptypeCultivarsCultivarsa dataframe of parameters associated with each host genotype (i.e. cultivars, lines) when cultivated in pure crops.See
loadCultivarandsetCultivarsCultivarsGenesa list containing, for each host genotype, the indices of carried resistance genes. See
allocateCultivarGenesGenesa data.frame of parameters associated with each resistance gene and with the evolution of each corresponding pathogenicity gene. See
loadGeneandsetGenesPathogena list of i. pathogen aggressiveness parameters on a susceptible host for a pathogen genotype not adapted to resistance and ii. sexual reproduction parameters. See
loadPathogenandsetPathogenReproSexProba 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.
PI0initial 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
setInoculumDispHosta vectorized matrix giving the probability of host dispersal from any field of the landscape to any other field. See
loadDispersalHostandsetDispersalHostDispPathoClonala vectorized matrix giving the probability of pathogen dispersal (clonal propagules) from any field of the landscape to any other field. See
loadDispersalPathogenandsetDispersalPathogenDispPathoSexa vectorized matrix giving the probability of pathogen dispersal (sexual propagules) from any field of the landscape to any other field. See
loadDispersalPathogenandsetDispersalPathogenTreatmenta list of parameters to simulate the effect of chemical treatments on the pathogen, see
loadTreatmentandsetTreatmentOutputDirthe directory for simulation outputs
OutputGPKGthe name of the output GPKG file containing parameters of the deployment strategy
Outputsa list of outputs parameters. See
loadOutputsandsetOutputsTimeParama list of time parameters. See
setTimeSeedan integer used as seed value (for random number generator). See
setTime