Learn R Programming

BioFTF (version 1.2-0)

summary_species: Create a species summary for each community. Based on the dataset with absolute abundance

Description

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

Usage

summary_species(x)

Arguments

x
A data matrix with the absolute abundance of the species.

Examples

Run this code

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


Run the code above in your browser using DataLab