Learn R Programming

entropart (version 1.1.3)

PPtree: Preprocessed Trees.

Description

Methods for objects of type "PPtree".

Usage

is.PPtree(x)
## S3 method for class 'PPtree':
plot(x, \dots)

Arguments

x
An object to be tested or plotted
...
Additional arguments to be passed to the generic methods.

Value

  • An object of class PPtree is a list:
  • phyTreeA phylog tree
  • hTreeA hclust tree
  • HeightThe height of the tree, that is to say the distance between root and leaves
  • CutsA vector. Cut times of the tree (the distance from nodes to leaves)
  • IntervalsA vector. The lengths of intervals between cuts
  • is.PPtree returns TRUE if the object is of class PPtree. plot.PPtree plots it.