Learn R Programming

LoopAnalyst (version 1.0-4)

out.cm: 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.

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

Run this code
## out a community matrix
data(community.effect.matrix)
out.cm(community.effect.matrix)

Run the code above in your browser using DataLab