View source: R/init_gamma_site_model.R
init_gamma_site_model | R Documentation |
Initializes a gamma site model
init_gamma_site_model(gamma_site_model, distr_id = 0, param_id = 0)
gamma_site_model |
a site model's gamma site model,
as returned by |
distr_id |
the first distributions' ID |
param_id |
the first parameter's ID |
an initialized gamma site model
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
gamma_site_model <- create_gamma_site_model(
gamma_cat_count = 2,
gamma_shape_prior_distr = create_one_div_x_distr(id = NA)
)
# FALSE: not yet initialized
is_init_gamma_site_model(gamma_site_model)
gamma_site_model <- init_gamma_site_model(gamma_site_model)
# TRUE: now it is initialized
is_init_gamma_site_model(gamma_site_model)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.