is_strict_clock_model {beautier} | R Documentation |
Determine if the object is a valid strict clock model,
as returned by create_strict_clock_model
Description
Determine if the object is a valid strict clock model,
as returned by create_strict_clock_model
Usage
is_strict_clock_model(x)
Arguments
x |
an object, to be determined if it is a valid strict clock model |
Value
TRUE if x is a valid strict clock model, FALSE otherwise
Author(s)
Richèl J.C. Bilderbeek
See Also
create_clock_model
shows an overview of
functions to create a clock model
Examples
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()
[Package beautier version 2.6.12 Index]