Learn R Programming

LoopAnalyst (version 1.2-7)

save.cm: Save a Community Matrix

Description

Validates and saves a community matrix in compressed binary format.

Usage

save.cm(CM, file)

Arguments

CM

A community matrix to be validated and saved.

file

a connection or a character string giving the name of the file to save.

Author

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/

Details

This function uses validate.cm and save to store a communty matrix object.

See Also