powered by
Which splits are compatible?
CompatibleSplits(splits, splits2).CompatibleSplit(a, b, nTip).CompatibleRaws(rawA, rawB, bitmask)
.CompatibleSplit(a, b, nTip)
.CompatibleRaws(rawA, rawB, bitmask)
CompatibleSplits returns a logical matrix specifying whether each split in splits is compatible with each split in splits2.
CompatibleSplits
splits
splits2
.CompatibleSplit returns a logical vector stating whether splits are compatible.
.CompatibleSplit
.CompatibleRaws returns a logical vector specifying whether input raws are compatible.
.CompatibleRaws
An object of class Splits.
Splits
A second Splits object.
Raw representations of splits, from a row of a Splits object.
Raw representations of splits.
Raw masking bits that do not correspond to tips.
Martin R. Smith (martin.smith@durham.ac.uk)
splits <- as.Splits(BalancedTree(8)) splits2 <- as.Splits(PectinateTree(8)) summary(splits) summary(splits2) CompatibleSplits(splits, splits2)
Run the code above in your browser using DataLab