fig3.1 | R Documentation |
Runs several examples of structured population analysis based on the 5-age-c.ass model illustrated in Chapter 3. This includes the coding of structured models using both matrix and non-matrix notation, and use of eigenvalues and eigenvectors. Returns the graphic in Figure 3.1.
fig3.1(viewcode = F)
TRUE |
or FALSE (default) indicating whether to print the function code |
A list containing population growth rate and stable age distribution calculated via simulation and via eigenvalue / eigenvector analysis, elasticities, and a plot of transitent and stable model dynamics
# Run the code, and print output at console
fig3.1()
# Run the code, assign output to an object
output <- fig3.1()
print(output)
# View the code
fig3.1(viewcode = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.