summary_species: Create a species summary for each community. Based on the...

Description Usage Arguments Examples

View source: R/summary_species.R

Description

Create the species summary for each community (absolute abundance).

Usage

1

Arguments

x

A data matrix with the absolute abundance of the species.

Examples

1
2
3
x=matrix(c(3,5,5,2,1,2,6,8,5,1),2,5)
x
summary_species(x)

BioFTF documentation built on May 1, 2019, 10:26 p.m.