is_ccp_tree_prior {beautier} | R Documentation |
Determine if the object is a valid constant coalescence population tree prior
is_ccp_tree_prior(x)
x |
an object, to be determined if it is a valid constant coalescence population tree prior |
TRUE if x is a valid constant coalescence population tree prior, FALSE otherwise
Richèl J.C. Bilderbeek
Use create_ccp_tree_prior
to create a valid
constant coalescence population tree prior
check_empty_beautier_folder()
!is_ccp_tree_prior(create_bd_tree_prior())
!is_ccp_tree_prior(create_cbs_tree_prior())
is_ccp_tree_prior(create_ccp_tree_prior())
!is_ccp_tree_prior(create_cep_tree_prior())
!is_ccp_tree_prior(create_yule_tree_prior())
check_empty_beautier_folder()