Creates all supported clock models, which is a list of the types returned by create_rln_clock_model
, and create_strict_clock_model
Source: R/create_clock_models.R
create_clock_models.Rd
Creates all supported clock models,
which is a list of the types returned by
create_rln_clock_model
,
and create_strict_clock_model
See also
Use create_clock_model to create a clock model
Examples
check_empty_beautier_folder()
clock_models <- create_clock_models()
is_rln_clock_model(clock_models[[1]])
#> [1] TRUE
is_strict_clock_model(clock_models[[2]])
#> [1] TRUE
check_empty_beautier_folder()