Determine if the object is a valid constant coalescent Bayesian skyline prior
Source:R/is_tree_prior.R
is_cbs_tree_prior.Rd
Determine if the object is a valid constant coalescent Bayesian skyline prior
See also
Use create_cbs_tree_prior
to create a valid
coalescent Bayes skyline tree prior
Examples
check_empty_beautier_folder()
# TRUE
is_cbs_tree_prior(create_cbs_tree_prior())
#> [1] TRUE
# FALSE
is_cbs_tree_prior(create_bd_tree_prior())
#> [1] FALSE
is_cbs_tree_prior(create_ccp_tree_prior())
#> [1] FALSE
is_cbs_tree_prior(create_cep_tree_prior())
#> [1] FALSE
is_cbs_tree_prior(create_yule_tree_prior())
#> [1] FALSE
check_empty_beautier_folder()