DivEst(q = 0, MC, Biased = TRUE, Correction = "Best", Tree = NULL,
Normalize = TRUE, Z = NULL, Simulations = 100, CheckArguments = TRUE)
## S3 method for class 'DivEst':
plot(x, \dots, main = NULL, Which = "All")
## S3 method for class 'DivEst':
summary(object, \dots)
MetaCommunity
object.FALSE
, a bias correction is appplied.DivPart
. "Best"
is the default value.TRUE
(default), diversity is not affected by the height of the tree..
If FALSE
, diversity is proportional to the height of the tree.TRUE
, the function arguments are verified. Should be set to FALSE
to save time when the arguments have been checked elsewhere."Alpha"
, "Beta"
or "Gamma"
to respectively plot the metacommunity's alpha, beta or gamma diversity. If "All"
(default), all three plots are shown.MCdiversity
object to be summarized.Divest
object which is a DivPart
object with an additional item in its list:Divest
objects can be summarized and plotted.Divest
estimates the diversity of the metacommunity and partitions it into alpha and beta components.
If Tree
is provided, the phylogenetic diversity is calculated else if Z
is not NULL
, then similarity-based entropy is calculated.
Confidence intervals are calculated by Monte-Carlo simulations, drawing simulated communities from a multinomial law following observed frequencies (Marcon et al, 2012 ; 2014)DivPart
# 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