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

Description Usage Arguments Examples

View source: R/datirel.R

Description

Create a matrix with the relative frequencies for each community.

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

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

Related to datirel in BioFTF...