save.cm {LoopAnalyst}R Documentation

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.

Details

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

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/

See Also

load.

Examples

## save a community matrix
data(cm.levins) 
save.cm(cm.levins, file="Model_1.cm") 

[Package LoopAnalyst version 1.2-7 Index]