tortoise: Projection matrices for desert tortoise

Description Usage Format Source References Examples

Description

Projection matrices for the desert tortoise Gopherus agassizii with 4 different fertility estimates (low, medium low, medium high, and high)

Usage

1

Format

A list of 4 matrices

Source

Table 5 in Doak et al (1994). Used by Caswell (2001) in chapter 9 on sensitivity analysis.

References

Morris, W. F., and D. F. Doak. 2002. Quantitative conservation biology: Theory and practice of population viability analysis. Sinauer, Sunderland, Massachusetts, USA.

Examples

1
2
3
4
5
6
7
8
tortoise
A <- tortoise[["med.high"]]
# log color scale not needed
image2(A, mar = c(1, 3.5, 5, 1), log = FALSE, box.off = .1)
title("Tortoise projection matrix", line = 3)
splitA(A)
lambda(A)
sapply(tortoise, lambda)

popbio documentation built on March 26, 2020, 8:44 p.m.