It loads one of the five built-in vectorised dispersal matrices of rust fungi associated with the five built-in landscapes. Landscape and DispersalPathogen ID must be the same. And set a vectorized identity matrix for sexual reproduction dispersal.
loadDispersalPathogen(id = 1)
a vectorised dispersal matrix representing the dispersal of clonal propagules, and a vectorised dispersal identity matrix for sexual propagules. All by columns.
a matrix ID between 1 to 5 (must match the ID of the landscape loaded with
loadLandscape
).
landsepi includes built-in dispersal matrices to represent rust dispersal in the
five built-in landscapes. These have been computed from a power-law dispersal kernel:
dispP, setDispersalPathogen
d <- loadDispersalPathogen(1)
d
Run the code above in your browser using DataLab