View source: R/is_tree_prior.R
is_cbs_tree_prior | R Documentation |
Determine if the object is a valid constant coalescent Bayesian skyline prior
is_cbs_tree_prior(x)
x |
an object, to be determined if it is a valid constant coalescent Bayesian skyline prior |
'TRUE' if 'x' is a valid constant coalescent Bayesian skyline prior, 'FALSE' otherwise
Richèl J.C. Bilderbeek
Use create_cbs_tree_prior
to create a valid
coalescent Bayes skyline tree prior
check_empty_beautier_folder()
# TRUE
is_cbs_tree_prior(create_cbs_tree_prior())
# FALSE
is_cbs_tree_prior(create_bd_tree_prior())
is_cbs_tree_prior(create_ccp_tree_prior())
is_cbs_tree_prior(create_cep_tree_prior())
is_cbs_tree_prior(create_yule_tree_prior())
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.