hudmxdef {popbio}R Documentation

Matrix definition program for Hudsonia vital rates

Description

Creates a projection matrix from Hudsonia vital rates (survival, growth, and reproduction). Growth rates are defined as a set of binomial choices as in Table 8.4 B in Morris and Doak (2002).

Usage

hudmxdef(vrs)

Arguments

vrs Vital rate means in hudvrs

Value

A projection matrix

Author(s)

Original MATLAB code by Morris and Doak (2002)

Source

http://www.sinauer.com/PVA/hudmxdef.m

References

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

See Also

vitalsim

Examples

data(hudvrs)
hudmxdef(hudvrs$mean)

[Package popbio version 1.1.11 Index]