Learn R Programming

BioFTF (version 1.2-0)

datirel: Create a matrix with the relative frequencies for each community.

Description

Create a matrix with the relative frequencies for each community.

Usage

datirel(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
datirel(x)

Run the code above in your browser using DataLab