read.community: Read in sparse community matrices

Description Usage Arguments Examples

View source: R/community.R

Description

read.community reads in file containing occurence data and returns a sparse matrix.

Usage

1

Arguments

file

A file name.

...

further arguments passed to or from other methods.

Examples

1
2
fdir <- system.file("extdata", package = "phyloregion")
comm <- read.community(file.path(fdir, "Korea_PRESAB_sample.csv"))

darunabas/bioregion documentation built on Oct. 27, 2019, 6:57 a.m.