PCMTreeDtNodes | R Documentation |
A data.table with time, part and regime information for the nodes in a tree
PCMTreeDtNodes(tree)
tree |
a phylo object with node-labels and parts |
a data.table with a row for each node in tree and columns as follows:
the starting node of each edge or NA_integer_ for the root
the end node of each edge or the root id for the root
the character label for the startNode
the character label for endNode
the time (distance from the root node) for the startNode or NA_real_ for the root node
the time (distance from the root node) for the endNode or NA_real_ for the root node
the part to which the edge belongs, i.e. the part of the endNode
the regime to which the edge belongs, i.e. the regime of the part of the endNode
PCMTreeDtNodes(PCMBaseTestObjects$tree.ab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.