Learn R Programming

Quartet (version 1.2.6)

PairSharedSplitStatus: 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)

Value

Named integer of length 6, as per CompareSplits()

Arguments

ref, cf

Trees of class phylo to compare.

Examples

Run this code

library("TreeTools")
ref <- BalancedTree(letters[1:9])
cf <- BalancedTree(letters[3:13])

PairSharedSplitStatus(ref, cf)

Run the code above in your browser using DataLab