create_clock_models {beautier} | R Documentation |
Creates all supported clock models,
which is a list of the types returned by
create_rln_clock_model
,
and create_strict_clock_model
Description
Creates all supported clock models,
which is a list of the types returned by
create_rln_clock_model
,
and create_strict_clock_model
Usage
create_clock_models()
Value
a list of site_models
Author(s)
Richèl J.C. Bilderbeek
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]])
is_strict_clock_model(clock_models[[2]])
check_empty_beautier_folder()
[Package beautier version 2.6.12 Index]