check_tree_priors {beautier} | R Documentation |
Will stop if the object is not a list of one or more tree priors.
check_tree_priors(tree_priors)
tree_priors |
the object to be checked if it is a list of one or more valid tree priors |
nothing. Will stop if the object is not a list of one or more tree priors.
Richèl J.C. Bilderbeek
Use create_tree_prior to create a valid tree prior
check_empty_beautier_folder()
check_tree_priors(create_yule_tree_prior())
check_tree_priors(list(create_yule_tree_prior()))
check_tree_priors(list(create_yule_tree_prior(), create_bd_tree_prior()))
check_empty_beautier_folder()