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(community.matrix) save.cm(community.matrix, file="Model1.cm")