PairSharedSplitStatus: Pair shared split status

PairSharedSplitStatusR 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 phylo to compare.

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)


Quartet documentation built on July 8, 2022, 5:08 p.m.