library(SPECIES)
##load data from the package,
## "butterfly" is the famous butterfly data by Fisher 1943.
data(butterfly)
##output estimates from all 4 methods using cutoff t=10
ChaoLee1992(butterfly,t=10,method="all")
##output estimates from ACE method using cutoff t=10
ChaoLee1992(butterfly,t=10,method="ACE")
Run the code above in your browser using DataLab