is_phylo: Checks if 'phy' is a 'phylo' object and/or a chronogram.

View source: R/helpers.R

is_phyloR Documentation

Checks if phy is a phylo object and/or a chronogram.

Description

Checks if phy is a phylo object and/or a chronogram.

Usage

is_phylo(phy = NULL, brlen = FALSE, dated = FALSE)

Arguments

phy

A phylo object.

brlen

Boolean. If TRUE it checks if phylo object has branch lengths.

dated

Boolean. If TRUE it checks if phylo object is ultrametric.

Value

Nothing


OpenTreeChronograms documentation built on June 22, 2022, 9:08 a.m.