init_strict_clock_model {beautier}R Documentation

Initializes a strict clock model

Description

Initializes a strict clock model

Usage

init_strict_clock_model(strict_clock_model, distr_id = 0, param_id = 0)

Arguments

strict_clock_model

a strict clock model, as returned by create_strict_clock_model

distr_id

a distributions' ID

param_id

a parameter's ID

Value

an initialized strict clock model

Author(s)

Richèl J.C. Bilderbeek

Examples

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()

[Package beautier version 2.6.12 Index]