Usage
createIPMFmatrix(fecObj, nEnvClass = 1, nBigMatrix = 50, minSize = -1,
maxSize = 50, chosenCov = data.frame(covariate=1), integrateType="midpoint", correction="none",
preCensus = TRUE, survObj = NULL, growObj = NULL)
Arguments
nEnvClass
numeric, number of environmental classes, always = 1 for
non-compound matrices.
nBigMatrix
numeric, number of size bins in the F matrix, defaults to 50.
minSize
numeric, minimum size of the F matrix, defaults to -1.
maxSize
numeric, maximum size of the F matrix, defaults to 50.
chosenCov
data-frame indicating level of the discrete covariate, or
range of values where multiple covariates are modeled.
integrateType
integration type, defaults to "midpoint" (which uses probability density
function); other option is "cumul" (which uses the cumulative density function)
correction
correction type, defaults to none
. The first option is constant
which will multiply every column of the IPM by a constant sufficient to adjust values to those predicted for total fertility at that size. The second option is
preCensus
logical (TRUE or FALSE), indicating whether the fecundity object should
represent an interval between pre-breeding or a post-breeding censusses.
defaults to TRUE (pre-breeding census), meaning that all reproduction
and offspring rates require
survObj
survival object, describing the survival of parents from a census until
the reproduction event starts (at some point during the inter-census time
step). If preCensus = FALSE but no survival object is provided, it is assumed
that all individu
growObj
growth object, describing the growth of parents that survive until the
reproduction event starts. Warning: this growth object is still ignored in
createIPMFmatrix in the current version of IPMpack. It will become functional
in coming versio