are_bipartitions_compatible: Check if two bipartitions drawn from trees with the same tips...

Description Usage Arguments Value

View source: R/utility_functions.R

Description

Check if two bipartitions drawn from trees with the same tips are compatible with each other. Each bipartition is defined as a vector of the names of the tips on one side of the bipartition.

Usage

1

Arguments

bi1

The first bipartition.

bi2

The second bipartition.

phy

A phylo object describing a tree that includes all tips under investigation. This is used to infer the other half of each bipartition.

Value

TRUE if bi1 is compatible with bi2, otherwise FALSE.


caseywdunn/hutan documentation built on June 12, 2020, 3:12 a.m.