init_hky_site_model {beautier} | R Documentation |
Initializes an HKY site model
Description
Initializes an HKY site model
Usage
init_hky_site_model(hky_site_model, distr_id = 0, param_id = 0)
Arguments
hky_site_model |
an HKY site model,
as returned by |
distr_id |
a distributions' ID |
param_id |
a parameter's ID |
Value
an initialized HKY site model
Author(s)
Richèl J.C. Bilderbeek
Examples
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()
[Package beautier version 2.6.12 Index]