View source: R/is_clock_model.R
is_rln_clock_model | R Documentation |
Determine if the object is a valid relaxed log normal clock model
is_rln_clock_model(x)
x |
an object, to be determined if it is a valid
relaxed log normal clock model,
as created by |
TRUE if x is a valid relaxed log normal 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_rln_clock_model(create_strict_clock_model())
is_rln_clock_model(create_rln_clock_model())
is_rln_clock_model(NA)
is_rln_clock_model(NULL)
is_rln_clock_model("nonsense")
is_rln_clock_model(create_jc69_site_model())
is_rln_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.