out.cm {LoopAnalyst}R Documentation

Output a Community Matrix or Community Effect Matrix in Conventional Format

Description

Output a community matrix or community effect matrix object in convetional format to the console.

Usage

out.cm(M)

Arguments

M A matrix to be output.

Details

This function outputs a community matrix or community effect matrix object in convetional format to the console where matrix elements are formatted from "-1", "0", "1", and "NA" to "-", "0", "+", and "?" respectively. This command does not validate the input matrix.

Author(s)

Alexis Dinno http://www.doyenne.com/LoopAnalyst/

References

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

make.cm, make.cem.

Examples

## out a community matrix
data(cem.levins)
out.cm(cem.levins)

[Package LoopAnalyst version 1.2-1.1 Index]