View source: R/is_clock_model.R
is_strict_clock_model | R Documentation |
create_strict_clock_model
Determine if the object is a valid strict clock model,
as returned by create_strict_clock_model
is_strict_clock_model(x)
x |
an object, to be determined if it is a valid strict clock model |
TRUE if x is a valid strict clock model, FALSE otherwise
Richèl J.C. Bilderbeek
create_clock_model
shows an overview of
functions to create a clock model
check_empty_beautier_folder()
is_strict_clock_model(create_strict_clock_model())
is_strict_clock_model(create_rln_clock_model())
is_strict_clock_model(NA)
is_strict_clock_model(NULL)
is_strict_clock_model("nonsense")
is_strict_clock_model(create_jc69_site_model())
is_strict_clock_model(create_mcmc())
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.