Entropy or diversity against the height of the phylogenetic or functional tree.
is.PhyloValue(x)
# S3 method for PhyloValue
plot(x, xlab = expression(italic("T")), ylab = NULL, main = NULL, …)
# S3 method for PhyloValue
summary(object, …)
An object of class PhyloValue
, including PhyloDiversity
and PhyloEntropy
objects.
The X axis label, "T" by default for Time.
The Y axis label. if NULL
(by default), "Entropy" or "Diversity" or nothing is chosen according to the object class.
The main title of the plot. if NULL
(by default), a default value is used.
A PhyloValue
object to be summarized.
Additional arguments to be passed to plot
.
PhyloValue
objects are the result of PhyloApply
.