View source: R/get_tree_priors_n_params.R
| get_tree_priors_n_params | R Documentation | 
Get the number of parameters a list of tree priors has
get_tree_priors_n_params(tree_priors)
| tree_priors | one or more tree priors,
as returned by  | 
the number of parameters the tree priors have
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# Two
get_tree_priors_n_params(
  list(
    create_bd_tree_prior(), # zero
    create_cep_tree_prior() # two
  )
)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.