fig3.1: Structured population Demo

View source: R/fig3.1.R

fig3.1R Documentation

Structured population Demo

Description

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.

Usage

fig3.1(viewcode = F)

Arguments

TRUE

or FALSE (default) indicating whether to print the function code

Value

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

Examples

# 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)


tessington/quantecol documentation built on June 1, 2025, 9:06 p.m.