ed1: Calculate alpha, beta and gamma true entropies and...

Description Usage Arguments Value See Also Examples

View source: R/ed1.R

Description

Calculates true diversities of individual sites of a data set

Usage

1
ed1(x, q = 1, retq = TRUE)

Arguments

x

the input matrix or data frame.

q

the order of diversity; typically 0, 1 or 2.

retq

if TRUE then diversities are returned; if FALSE the entropies for alpha and gamma are returned.

Value

a vector of entropies or diversities

See Also

dev2div, ed1, eds, eds1

Examples

1
2
3
4
5
6
7
data(spider6)
ed1(spider6[,1:6])
ed1(spider6[,1:6],q=0)
ed1(spider6[,1:6],q=2)
ed1(spider6[,1:6],retq=FALSE)
data(spider6)
ed1(spider6[,1:6])

MDM documentation built on May 30, 2017, 4:58 a.m.