phy2branch {rdiversity} | R Documentation |
Phylogenetic similarity
Description
Packages all inputs into an object of class similarity
.
Usage
phy2branch(tree, partition, depth = 1)
Arguments
tree |
object of class |
partition |
two-dimensional |
depth |
proportion of total tree height to be conserved (taken as a proportion from the highest tip). Describes how much evolutionary history should be retained, with 0 marking the date of the most recent tip, and 1 (the default) marking the most recent common ancestor. Numbers greater than 1 extend the root of the tree. |
Value
phy2branch()
returns an object of class similarity
.
[Package rdiversity version 2.2.0 Index]