View source: R/is_tree_prior_name.R
is_tree_prior_name | R Documentation |
Determines if the name is a valid tree prior name
is_tree_prior_name(name)
name |
the name to be tested |
TRUE if the name is a valid tree_prior name, FALSE otherwise
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# TRUE
is_tree_prior_name("birth_death")
is_tree_prior_name("coalescent_bayesian_skyline")
is_tree_prior_name("coalescent_constant_population")
is_tree_prior_name("coalescent_exp_population")
is_tree_prior_name("yule")
# FALSE
is_tree_prior_name("nonsense")
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.