powered by
TipsInSplits specifies the number of tips that occur within each bipartition split in a Splits object.
TipsInSplits
Splits
TipsInSplits(splits, nTip = attr(splits, "nTip"))
Object of class Splits.
Number of tips in Splits object (inferred if not specified).
A named vector of integers, specifying the number of tips contained within each split in splits.
splits
Other Splits operations: NSplits(), NTip(), TipLabels(), as.Splits(), in.Splits(), match.Splits()
NSplits()
NTip()
TipLabels()
as.Splits()
in.Splits()
match.Splits()
# NOT RUN { splits <- as.Splits(PectinateTree(8)) TipsInSplits(splits) # }
Run the code above in your browser using DataLab