View source: R/init_site_models.R
init_gtr_site_model | R Documentation |
Initializes a GTR site model
init_gtr_site_model(gtr_site_model, distr_id = 0, param_id = 0)
gtr_site_model |
a GTR site model,
as returned by |
distr_id |
a distributions' ID |
param_id |
a parameter's ID |
an initialized GTR site model
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
gtr_site_model <- create_gtr_site_model()
# FALSE
is_init_gtr_site_model(gtr_site_model)
gtr_site_model <- init_gtr_site_model(gtr_site_model)
# TRUE
is_init_gtr_site_model(gtr_site_model)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.