powered by
Calculate unbiased estimate of diversity for a vector of items
diversity(x)
character or numeric vector or factor
Eric Archer eric.archer@noaa.gov
x <- sample(1:5, 100, replace = TRUE) diversity(x)
Run the code above in your browser using DataLab