Plot the state variables over time (sums over all strains if there are multiple strains in a species)
genericPlot(
output,
numSpecies,
numStages,
speciesNames,
stageNames,
saveFig = FALSE,
figType = "eps",
figName = "stagePopFig"
)
Model output, from popModel
Number of species in the model
Number of life stages
species names (vector of strings). Default is NULL.
stage names (a list of vectors if there is more than one species).
Choose to save the figure (TRUE or FALSE). Default is FALSE.
Figure format can be 'eps', 'tiff' or 'png'. Default is 'eps'
filepath to save figure to. Default is 'stagePopFig'