Methods for objects of type "MCentropy
".
is.MCentropy(x)
# S3 method for MCentropy
plot(x, …)
# S3 method for MCentropy
autoplot(object, col = ggplot2::GeomCol$default_aes$fill,
border = ggplot2::GeomCol$default_aes$colour, …)
# S3 method for MCentropy
summary(object, …)
An object to be tested or plotted.
A MCentropy
object to be summarized or plotted.
The color used to fill the bars. See "Color Specification" in par
.
The color of the borders around the bars. See hist
.
Additional arguments to be passed to the generic methods.
Meta-community entropy objects are lists containing:
The name of the MetaCommunity
object containing inventory data.
The method used to calculate entropy ("HCDT", "Similarity-based").
The type of entropy ("alpha", "beta" or "gamma").
The order of entropy \(q\).
The estimation bias correction used to calculate entropy.
The phylogenetic or functional tree used to calculate phyloentropy.
Logical. Indicates whether phyloentropy is normalized or proportional to the height of the tree.
The matrix used to calculate similarity-based entropy.
A vector containing the weights of communities.
A vector containing the entropy of communities.
The total entropy.
summary.MCentropy returns a summary of the object's value.