| TipsInSplits {TreeTools} | R Documentation |
TipsInSplits() specifies the number of tips that occur within each
bipartition split in a Splits object.
TipsInSplits(splits)
splits |
Object of class |
TipsInSplits() returns a named vector of integers, specifying the
number of tips contained within each split in splits.
Other Splits operations:
NSplits(),
NTip(),
SplitsInBinaryTree(),
TipLabels(),
as.Splits(),
match()
tree <- PectinateTree(8)#'
splits <- as.Splits(tree)
TipsInSplits(splits)
plot(tree)
LabelSplits(tree, as.character(splits), frame = 'none', pos = 3L, cex = 0.7)
LabelSplits(tree, TipsInSplits(splits), unit = ' tips', frame = 'none',
pos = 1L)