# NOT RUN {
data(antsA)
FQAnts <- fuzzyq(antsA, sorting = TRUE)
# Compute species Commonness Indices of species of 1,000 bootstrap
# replicates:
# }
# NOT RUN {
BS.FQAnts <- fuzzyqBoot (antsA, N = 1e3, level='spp')
# }
# NOT RUN {
# Compute global metrics of 1,000 boostrap replicates:
# }
# NOT RUN {
BS.global <- fuzzyqBoot (antsA, N = 1e3, level='global')
# }
Run the code above in your browser using DataLab