compatible_edges: Identify the edges in one phylo object that are compatible...

Description Usage Arguments Value

View source: R/utility_functions.R

Description

Identify the edges in one phylo object that are compatible with the edges in another phylo object. Requires the same tip labels for each tree.

Usage

1
compatible_edges(phy1, phy2)

Arguments

phy1

The tree under consideration

phy2

The tree to be compared to

Value

A boolean vector corresponding to the edges in phy1. Each element is FALSE if the edge is iscompatible with phy2, or TRUE if compatible.


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