View source: R/create_tree_priors.R
create_tree_priors | R Documentation |
create_bd_tree_prior
,
create_cbs_tree_prior
,
create_ccp_tree_prior
,
create_cep_tree_prior
and create_yule_tree_prior
Creates all supported tree priors,
which is a list of the types returned by
create_bd_tree_prior
,
create_cbs_tree_prior
,
create_ccp_tree_prior
,
create_cep_tree_prior
and create_yule_tree_prior
create_tree_priors()
a list of tree_priors
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
tree_priors <- create_tree_priors()
# TRUE
is_bd_tree_prior(tree_priors[[1]])
is_cbs_tree_prior(tree_priors[[2]])
is_ccp_tree_prior(tree_priors[[3]])
is_cep_tree_prior(tree_priors[[4]])
is_yule_tree_prior(tree_priors[[5]])
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.