Learn R Programming

popbio (version 2.4.4)

whale: Projection matrix for killer whale

Description

Projection matrix for killer whales

Usage

data(whale)

Arguments

Format

A projection matrix.

References

Caswell, H. 2001. Matrix population models: construction, analysis, and interpretation, Second edition. Sinauer, Sunderland, Massachusetts, USA.

Examples

Run this code
# NOT RUN {
data(whale)
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