View source: R/is_init_site_model.R
is_init_jc69_site_model | R Documentation |
create_jc69_site_model
Determine if x is an initialized JC69 site model
as created by create_jc69_site_model
is_init_jc69_site_model(x)
x |
the object to check if it is an initialized JC69 site model |
TRUE if x is an initialized JC69 site model
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
jc69_site_model <- create_jc69_site_model(
gamma_site_model = create_gamma_site_model(
gamma_cat_count = 2,
gamma_shape_prior_distr = create_normal_distr()
)
)
# FALSE: not yet initialized
is_init_jc69_site_model(jc69_site_model)
jc69_site_model <- init_jc69_site_model(jc69_site_model)
# TRUE: now it is initialized
is_init_jc69_site_model(jc69_site_model)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.