Learn R Programming

ggphylo (version 0.1)

is.tree: Returns TRUE if the given object appears to be a valid tree object for the purposes of this package.

Description

Returns TRUE if the given object appears to be a valid tree object for the purposes of this package.

Usage

is.tree(x)

Arguments

x,
input phylo object

Value

boolean, TRUE if it is a tree, FALSE if not