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