PairSharedSplitStatus {Quartet} | R Documentation |
Pair shared split status
Description
Removes all tips that do not occur in both ref
and cf
, then calculates
the status of the remaining splits.
Usage
PairSharedSplitStatus(ref, cf)
Arguments
ref , cf |
Trees of class |
Value
Named integer of length 6, as per CompareSplits()
Author(s)
Martin R. Smith (martin.smith@durham.ac.uk)
Examples
library("TreeTools")
ref <- BalancedTree(letters[1:9])
cf <- BalancedTree(letters[3:13])
PairSharedSplitStatus(ref, cf)
[Package Quartet version 1.2.7 Index]