Check if the object is a list of one or more tree priors.
Source:R/check_tree_priors.R
check_tree_priors.Rd
Will stop if the object is not a list of one or more tree priors.
Value
nothing. Will stop if the object is not a list of one or more tree priors.
See also
Use create_tree_prior to create a valid tree prior
Examples
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()