save.cm: Save a Community Matrix

Description Usage Arguments Details Author(s) See Also Examples

View source: R/save.cm.R

Description

Validates and saves a community matrix in compressed binary format.

Usage

1

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 https://www.alexisdinno.com/LoopAnalyst/

See Also

load.

Examples

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

LoopAnalyst documentation built on May 2, 2019, 5:14 a.m.