DivProfile(q.seq = seq(0, 2, 0.1), MC, Biased = TRUE, Correction = "Best",
Tree = NULL, Normalize = TRUE, CheckArguments = TRUE)
## S3 method for class 'DivProfile':
plot(x, \dots, main = NULL, xlab = "Order of Diversity",
ylab = NULL, Which = "All")
## S3 method for class 'DivProfile':
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.Which = "All".Which = "All"."Communities", "Alpha", "Beta" or "Gamma" to respectively plot the alpha diversity of communities or the metacommunity's alpha, beta or gamma diversity. If "All" (default), all four pMCdiversity object to be summarized.DivProfile object. It is a list:MetaCommunity object containing inventory data.q.FALSE, bias corrected values of diversity have been computed.DivProfile objects can be summarized and plotted.Tree is provided, the phylogenetic diversity is calculated.
DivPart partitions the diversity of the metacommunity into alpha and beta components. It supports estimation-bias correction (Marcon et al., submitted).
If Tree is provided, the phylogenetic diversity is calculated.
Beta diversity/entropy is calculated from Gamma and Alpha when bias correction is required, so community values are not available.DivPart# Load Paracou data (number of trees per species in two 1-ha plot of a tropical forest)
data(Paracou618)
# Estimate diversity.
Profile <- DivProfile(q.seq = seq(0, 2, 0.1), Paracou618.MC, Biased = FALSE)
plot(Profile)
summary(Profile)Run the code above in your browser using DataLab