This function updates the deomgraphic parameters in a landscape for a
particular epoch
rland |
landscape object, required |
epoch |
the epoch to modify, default 1 |
S |
(default=NULL) Survivablity matrix for epoch, NULL leaves unchanged |
R |
(default=NULL) female Reproduction matrix for epoch, NULL
leaves unchanged |
M |
(default=NULL) Male reporduction matrix for epoch, NULL
leaves unchanged |
epochprob |
(default=NULL) probability of choosing this epoch, NULL
leaves unchanged |
startgen |
(default=NULL) generation in which this epoch starts,
NULL leaves unchanged |
extinct |
(default=NULL) vector of extinction probabilities per
generation for each subpopulation, NULL leaves unchanged |
carry |
(default=NULL) vector of carrying capacities for each
subpopulation, must be rland$intparam$habitats in length, NULL
leaves unchanged |
localprob |
(default=NULL) vector of probabilites for choosing
local demographies, must be length(rland$demography$localdem) in
length, NULL
leaves unchanged |