powered by
Removes all tips that do not occur in both ref and cf, then calculates the status of the remaining splits.
ref
cf
PairSharedSplitStatus(ref, cf)
Named integer of length 6, as per CompareSplits()
CompareSplits()
Trees of class phylo to compare.
phylo
Martin R. Smith (martin.smith@durham.ac.uk)
library("TreeTools") ref <- BalancedTree(letters[1:9]) cf <- BalancedTree(letters[3:13]) PairSharedSplitStatus(ref, cf)
Run the code above in your browser using DataLab