Learn R Programming

beautier (version 2.6.12)

get_operator_id_pre: Get the prefix of operator IDs

Description

Get the prefix of operator IDs

Usage

get_operator_id_pre(tree_prior)

Value

the prefix of operator IDs, similar to the name of a tree prior

Arguments

tree_prior

a tree priors, as returned by create_tree_prior

Author

Richèl J.C. Bilderbeek

Examples

Run this code
check_empty_beautier_folder()

# BirthDeath
get_operator_id_pre(
  tree_prior = create_bd_tree_prior()
)

check_empty_beautier_folder()

Run the code above in your browser using DataLab