Usage
DivEst(q = 0, MC, Biased = TRUE, Correction = "Best", Tree = NULL,
Normalize = TRUE, Z = NULL, Simulations = 100, CheckArguments = TRUE)
is.DivEst(x)
## S3 method for class 'DivEst':
plot(x, \dots, main = NULL, Which = "All")
## S3 method for class 'DivEst':
summary(object, \dots)
Arguments
q
A number: the order of diversity.
Biased
Logical; if FALSE, a bias correction is appplied.
Correction
A string containing one of the possible corrections. The correction must be accepted by DivPart. "Best" is the default value. Tree
An object of class hclust or phylog. The tree must be ultrametric. Normalize
If TRUE (default), diversity is not affected by the height of the tree..
If FALSE, diversity is proportional to the height of the tree.
Z
A relatedness matrix, i.e. a square matrix whose terms are all positive, strictly positive on the diagonal. Generally, the matrix is a similarity matrix, i.e. the diagonal terms equal 1 and other terms are between 0 and 1.
Simulations
The number of simulations to build confidence intervals.
CheckArguments
Logical; if TRUE, the function arguments are verified. Should be set to FALSE to save time when the arguments have been checked elsewhere.
x
An object to be tested or plotted.
main
The title of the plot.
Which
May be "Alpha", "Beta" or "Gamma" to respectively plot the metacommunity's alpha, beta or gamma diversity. If "All" (default), all three plots are shown.
object
A MCdiversity object to be summarized.
...
Additional arguments to be passed to the generic methods.