Learn R Programming

palaeoSig (version 2.0-3)

Hill.N2.core: Calculate the effective number of species in the fossil data

Description

Gives a measure of the species divesity in the fossil data.

Usage

Hill.N2.core(spp)

Arguments

spp

Species data

Value

Minimum, first quartile and median effective number of species

Details

Uses Hill.N2 from the rioja package

References

Hill, M. O. (1973) Diversity and evenness: a unifying notation and its consequences. Ecology 54: 427--432.

See Also

Hill.N2

Examples

Run this code
# NOT RUN {
require(rioja)
data(RLGH)

Hill.N2.core(RLGH$spec)
# }

Run the code above in your browser using DataLab