50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


beautier (version 2.6.12)

is_ccp_tree_prior: Determine if the object is a valid constant coalescence population tree prior

Description

Determine if the object is a valid constant coalescence population tree prior

Usage

is_ccp_tree_prior(x)

Value

TRUE if x is a valid constant coalescence population tree prior, FALSE otherwise

Arguments

x

an object, to be determined if it is a valid constant coalescence population tree prior

Author

Richèl J.C. Bilderbeek

See Also

Use create_ccp_tree_prior to create a valid constant coalescence population tree prior

Examples

Run this code
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()

Run the code above in your browser using DataLab