out.cm {LoopAnalyst} | R Documentation |
Output a community matrix or community effect matrix object in convetional format to the console.
out.cm(M)
M |
A matrix to be output. |
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.
Alexis Dinno http://www.doyenne.com/LoopAnalyst/
Puccia, C. J. and Levins, R. (1986) Qualitative Modeling of Complex Systems: An Introduction to Loop Analysis and Time Averaging. Cambridge: Harvard University Press.
## out a community matrix data(cem.levins) out.cm(cem.levins)