Skip to contents

Will stop if the clock model is an invalid clock model

Usage

get_clock_model_name(clock_model)

Arguments

clock_model

a clock model, as returned by create_clock_model

Value

name of the clock model

Author

Richèl J.C. Bilderbeek

Examples

check_empty_beautier_folder()

# StrictClock
get_clock_model_name(create_strict_clock_model())
#> [1] "StrictClock"

# RelaxedClock
get_clock_model_name(create_rln_clock_model())
#> [1] "RelaxedClock"

check_empty_beautier_folder()