Learn R Programming

beautier (version 2.6.12)

check_phylogeny: Check if the phylogeny is a valid phylogeny object.

Description

Calls stop if the phylogeny is invalid

Usage

check_phylogeny(phylogeny)

Value

nothing

Arguments

phylogeny

a phylogeny of type phylo from the ape package

Author

Richèl J.C. Bilderbeek

See Also

Use ape::read.tree to create a phylogeny

Examples

Run this code
check_empty_beautier_folder()

# Must do nothing on phylogenies
phylogeny <- ape::read.tree(text = "(A:1, B:1):1;")
check_phylogeny(phylogeny)

check_empty_beautier_folder()

Run the code above in your browser using DataLab