treecheck: Checks a set of phylogenetic trees to confirm they are...

View source: R/treecheck.R

treecheckR Documentation

Checks a set of phylogenetic trees to confirm they are ultrametric and binary.

Description

Takes a set of phylogenetic trees as a multiPhylo object (or a single tree as a phylo object) and reports which (if any) are not binary or ultrametric.

Usage

treecheck(trees)

Arguments

trees

Set of phylogenetic trees of class 'multiPhylo' or 'phylo' containing branch lengths.

Value

Either confirms that all trees are binary and ultrametric or prints warnings stating which trees do not meet those criteria.

Author(s)

Kevin Arbuckle


windex documentation built on Oct. 11, 2023, 5:16 p.m.

Related to treecheck in windex...