View source: R/is_clock_model.R
is_clock_model | R Documentation |
Determine if the object is a valid clock_model
is_clock_model(x)
x |
an object, to be determined if it is a clock_model |
TRUE if the clock_model is a valid clock_model, FALSE otherwise
Richèl J.C. Bilderbeek
see create_clock_model
for an overview of functions
to create valid clock model
check_empty_beautier_folder()
# TRUE
is_clock_model(create_strict_clock_model())
is_clock_model(create_rln_clock_model())
# FALSE
is_clock_model(NA)
is_clock_model(NULL)
is_clock_model("nonsense")
is_clock_model(create_jc69_site_model())
is_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.