Learn R Programming

entropart (version 1.4-8)

PhyloValue: Phylogenetic entropy of diversity.

Description

Entropy or diversity against the height of the phylogenetic or functional tree.

Usage

is.PhyloValue(x)
# S3 method for PhyloValue
plot(x, xlab = expression(italic("T")), ylab = NULL, main = NULL, …)
# S3 method for PhyloValue
summary(object, …)

Arguments

x

An object of class PhyloValue, including PhyloDiversity and PhyloEntropy objects.

xlab

The X axis label, "T" by default for Time.

ylab

The Y axis label. if NULL (by default), "Entropy" or "Diversity" or nothing is chosen according to the object class.

main

The main title of the plot. if NULL (by default), a default value is used.

object

A PhyloValue object to be summarized.

Additional arguments to be passed to plot.

Details

PhyloValue objects are the result of PhyloApply.