View source: R/is_mrca_prior.R
is_mrca_prior | R Documentation |
NA
) or valid MRCA prior.Determine of the object is an empty (NA
) or valid MRCA prior.
is_mrca_prior(mrca_prior)
mrca_prior |
a Most Recent Common Ancestor prior,
as returned by |
TRUE if x
is an MRCA prior, FALSE otherwise
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# TRUE
is_mrca_prior(create_mrca_prior())
# Also 'NA' is a valid MRCA prior,
# denoting that there no MRCA priors
is_mrca_prior(NA)
# FALSE
is_mrca_prior(NULL)
is_mrca_prior("nonsense")
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.