DivPart(q = 1, MC, Biased = TRUE, Correction = "Best", Tree = NULL,
Normalize = TRUE, Z = NULL, CheckArguments = TRUE)
is.DivPart(x)
## S3 method for class 'DivPart':
plot(x, \dots)
## S3 method for class 'DivPart':
summary(object, \dots)MetaCommunity object.FALSE, a bias correction is appplied.AlphaEntropy, BetaEntropy and 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.MCdiversity object to be summarized.DivPart object. It is a list:MetaCommunity object containing inventory data.q.FALSE, bias corrected values of diversity have been computed.DivPart objects can be summarized and plotted.DivPart partitions the diversity of the metacommunity into alpha and beta components. It supports estimation-bias correction.
If Tree is provided, the phylogenetic diversity is calculated else if Z is not NULL, then similarity-based entropy is calculated.
Beta diversity/entropy is calculated from Gamma and Alpha when bias correction is required, so community values are not available.DivProfile# Load Paracou data (number of trees per species in two 1-ha plot of a tropical forest)
data(Paracou618)
# Estimate Shannon diversity.
summary(DivPart(q = 1, Paracou618.MC, Biased = FALSE) -> dp)
plot(dp)Run the code above in your browser using DataLab