Cherries()
counts the number of vertices in a binary tree whose children
are both leaves.
Usage
Cherries(tree, nTip)
# S3 method for class 'phylo'
Cherries(tree, nTip = NTip(tree))
# S3 method for class 'numeric'
Cherries(tree, nTip)
See also
Other tree properties:
ConsensusWithout()
,
LongBranch()
,
MatchEdges()
,
NSplits()
,
NTip()
,
NodeNumbers()
,
PathLengths()
,
SplitsInBinaryTree()
,
TipLabels()
,
TreeIsRooted()
,
Treeness()