View source: R/init_clock_models.R
init_strict_clock_model | R Documentation |
Initializes a strict clock model
init_strict_clock_model(strict_clock_model, distr_id = 0, param_id = 0)
strict_clock_model |
a strict clock model,
as returned by |
distr_id |
a distributions' ID |
param_id |
a parameter's ID |
an initialized strict clock model
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
strict_clock_model <- create_strict_clock_model()
# FALSE: not yet initialized
is_init_strict_clock_model(strict_clock_model)
strict_clock_model <- init_strict_clock_model(strict_clock_model)
# TRUE: initialized
is_init_strict_clock_model(strict_clock_model)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.