Last chance! 50% off unlimited learning
Sale ends in
A diversity and richness analysis method based on the Preston (1948) log-normal distribution.
Preston.dist(counts, start = 0.2, cex.octave = 1, cex.legend = 1, cex.pt = 1, ...)
Vector of counts for species in a community dataset.
Starting value for non-linear least squares estimation of a in
Character expansion for octave labels.
Character expansion for legend.
Character expansion for symbols.
Additional arguments from plot
.
Graph of the Preston log-normal distribution for a dataset given by "counts", and a summary of the analysis
including the fitted Gaussian equation, the estimated number of species, and an estimate for the percentage
of sampling that was completed i.e. [length(counts)/Est.no.of.spp]*100
.
Preston (1948) proposed that after a lognls
, using a starting value, 0.2, recommended by Preston. The area under Preston curve provides an
extrapolated estimate of richness and thus an indication of the adequacy of a sampling effort. Preston called a
line placed at the 0th octave the veil line. He argued that species with abundances below the veil line have not
been detected due to inadequate sampling.
Preston, F.W. (1948) The commonness and rarity of species. Ecology 29, 254-283.
# NOT RUN {
data(BCI.count)
BCI.ttl<-apply(BCI.count,2,sum)
Preston.dist(BCI.ttl)
# }
Run the code above in your browser using DataLab