sumStrains
sumStrains(
namedOutput,
numSpecies,
numStages,
numStrains,
speciesNames,
stageNames,
timeDependLoss,
timeDependDuration
)
The output martix from popModel
Number of species (integer)
Number of life-stages in each species (vector)
Number of strains in each species (vector)
A vector of strings containing the name for each species. This is only used for plotting purposes.
A list of n vectors (where n is the number of species) containing the names of each stage for each species.
A vector specifying TRUE/FALSE for each species. If a species has any time dependent per capita death rates (e.g. density dependent death rates) this is TRUE.
A vector specifying TRUE/FALSE for each species. If a species has any time dependent stage durations it is TRUE for that species.