# Load Paracou data (number of trees per species in two 1-ha plot of a tropical forest)
data(Paracou618)
# Estimate Shannon diversity.
Estimation <- DivEst(q = 1, Paracou618.MC, Biased = FALSE, Correction = "Best",
Simulations = 1000)
plot(Estimation)
summary(Estimation)
Run the code above in your browser using DataLab