Learn R Programming

popbio (version 2.8)

whale: Projection matrix for killer whale

Description

Projection matrix for killer whales with 4 size classes: yearling, juvenile, mature and post-reproductive

Usage

whale

Arguments

Format

A 4 x 4 matrix

References

Caswell, H. 2001. Matrix population models. Construction, Analysis and interpretation. 2nd ed. Sinauer, Sunderland, Massachusetts.

Examples

Run this code
whale
splitA(whale)
lambda(whale)
sensitivity(whale)
# plot sensitivity
matplot2(sensitivity(whale),
  type = "b", legend = "topleft", ltitle = "Fate",
  main = "Killer Whale sensitivity"
)

Run the code above in your browser using DataLab