out.cm: Output a Community Matrix or Community Effect Matrix in...

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

View source: R/out.cm.R

Description

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

Usage

1
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 https://www.alexisdinno.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

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

Example output

Loading required package: nlme
  R H x y
R + 0 + 0
H 0 0 + 0
x + - + -
y 0 0 - +

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