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 http://www.doyenne.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-1.1 Index]