is.rootedtree | R Documentation |
This function can test if the tree is rooted.
is.rootedtree(tree)
tree |
tree string or tree node matrix |
The function returns TRUE if the tree is a rooted tree. Otherwise, it returns FALSE.
Liang Liu lliu@uga.edu
is.clock
data(dat.unrootedtree)
is.rootedtree(dat.unrootedtree[1])
data(dat.coaltree)
is.rootedtree(dat.coaltree$sptree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.