View source: R/tree_properties.R
TreeIsRooted | R Documentation |
TreeIsRooted()
is a fast alternative to ape::is.rooted()
.
TreeIsRooted(tree)
tree |
A phylogenetic tree of class |
TreeIsRooted()
returns a logical specifying whether a root node is
resolved.
Martin R. Smith (martin.smith@durham.ac.uk)
Other tree properties:
ConsensusWithout()
,
MatchEdges()
,
NSplits()
,
NTip()
,
NodeNumbers()
,
PathLengths()
,
SplitsInBinaryTree()
,
TipLabels()
TreeIsRooted(BalancedTree(6))
TreeIsRooted(UnrootTree(BalancedTree(6)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.