View source: R/init_clock_models.R
init_rln_clock_model | R Documentation |
Initializes a Relaxed Log-Normal clock model
init_rln_clock_model(rln_clock_model, distr_id = 0, param_id = 0)
rln_clock_model |
a Relaxed Log-Normal clock model,
as returned by |
distr_id |
a distributions' ID |
param_id |
a parameter's ID |
an initialized Relaxed Log-Normal clock model
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
rln_clock_model <- create_rln_clock_model()
# FALSE: not yet initialized
is_init_rln_clock_model(rln_clock_model)
rln_clock_model <- init_rln_clock_model(rln_clock_model)
# Dimension is set to NA by default, for unknown reasons.
# Because 'init_rln_clock_model' does not initialize it (for
# unknown reasons), set it manually
rln_clock_model$dimension <- 42
# TRUE: now it is initialized
is_init_rln_clock_model(rln_clock_model)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.