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 (alexis.dinno@pdx.edu)
Please contact me with any questions, bug reports or suggestions for improvement. Fixing bugs will be facilitated by sending along:
[1] | a copy of your relevant R data file (de-labeled or anonymized is fine), |
[2] | a copy of the command syntax used, and |
[3] | a copy of the exact output of the command. |
https://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. <doi:10.4159/harvard.9780674435070>.
See Also
Examples
## out a community matrix
data(cem.levins)
out.cm(cem.levins)