View source: R/get_tree_priors_n_distrs.R
get_tree_priors_n_distrs | R Documentation |
Get the number of distributions a tree prior has
get_tree_priors_n_distrs(tree_priors)
tree_priors |
one or more tree priors,
as returned by |
the number of distributions a tree prior has
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# Three distrubutions
get_tree_priors_n_distrs(
list(
create_bd_tree_prior(), # has two distributions
create_ccp_tree_prior() # has one distribution
)
)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.