make.clem: Compute the Change in Life Expectancy Matrix

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/make.clem.R

Description

Validates a community matrix and computes its associated change in life expectancy matrix.

Usage

1
make.clem(CM, status=FALSE)

Arguments

CM

A valid community matrix.

status

Switches on an element-by-element progress indicator when set to TRUE. Set to FALSE by default.

Details

The supplied matrix is validated as a community matrix, and a table of predicted changes in life expectancy (i.e. the inverse of turnover) given a press perturbation is computed. Diagonal elements can differ for births and deaths, and these predictions, in that order, are separated by a comma.

Value

A change in life expectancy matrix

Author(s)

Alexis Dinno https://www.alexisdinno.com/LoopAnalyst/

References

Dambacher, J. M., R. Levins and P. A. Rossignol. (2005) Life expectancy change in perturbed communities: Derivation and qualitative analysis. Mathematical Biosciences 197,1–14.

Puccia, C. J. and Levins, R. (1986) Qualitative Modeling of Complex Systems: An Introduction to Loop Analysis and Time Averaging. Cambridge: Harvard University Press.

See Also

imake.cm,make.cem.

Examples

1
2
3
## compute change in life expectancy matrix
data(cm.DLR)
make.clem(cm.DLR)

LoopAnalyst documentation built on May 2, 2019, 5:14 a.m.