save.cm {LoopAnalyst} | R Documentation |
Validates and saves a community matrix in compressed binary format.
save.cm(CM, file)
CM |
A community matrix to be validated and saved. |
file |
a connection or a character string giving the name of the file to save. |
This function uses validate.cm
and save
to store a communty matrix object.
Alexis Dinno http://www.doyenne.com/LoopAnalyst/
load
.
## save a community matrix data(cm.levins) save.cm(cm.levins, file="Model_1.cm")