Learn R Programming

landsepi (version 1.1.2)

LandsepiParams: Class LandsepiParams

Description

Landsepi simulation parameters

Arguments

Slots

Landscape

a landscape as sf object.See loadLandscape, 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 and See allocateCroptypeCultivars

Cultivars

a dataframe of parameters associated with each host genotype (i.e. cultivars, lines) when cultivated in pure crops.See loadCultivar and setCultivars

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 and setGenes

Pathogen

a list of pathogen aggressiveness parameters on a susceptible host for a pathogen genotype not adapted to resistance. See loadPathogen and setPathogen

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 and setDispersalHost

DispPatho

a vectorized matrix giving the probability of pathogen dispersal from any field of the landscape to any other field. See loadDispersalPathogen and setDispersalPathogen

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 setOutputs

TimeParam

a list of time parameters. See setTime

Seed

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

Details

An object of class LandsepiParams that can be created by calling createSimulParams