Learn R Programming

pirouette (version 1.6.9)

check_tree_type: Checks if tree type is valid Will stop if not.

Description

Checks if tree type is valid Will stop if not.

Usage

check_tree_type(tree_type)

Value

nothing. Will stop if not

Arguments

tree_type

type of tree, can be true for the true phylogeny, and twin for its twin tree

Author

Giovanni Laudanno, Richèl J.C. Bilderbeek

Examples

Run this code
check_tree_type(get_tree_types()[1])
check_tree_type(get_tree_types()[2])

Run the code above in your browser using DataLab