phyloCheck {phyloTop} | R Documentation |
Check tree format (internal)
Description
Coerces the tree into a rooted, binary tree of class phylo
. Note that this function used to require trees to be of class phylo4
but the package now uses class phylo
throughout.
Usage
phyloCheck(tree)
Arguments
tree |
a tree of class |
Value
A binary, rooted tree of class phylo
, if possible.
Author(s)
Caroline Colijn c.colijn@imperial.ac.uk
Michelle Kendall michelle.louise.kendall@gmail.com
[Package phyloTop version 2.1.2 Index]