Validates and saves a community matrix in compressed binary format.
save.cm(CM, file)
A community matrix to be validated and saved.
a connection or a character string giving the name of the file to save.
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. |
This function uses validate.cm
and save
to store a communty matrix object.
load
.