View source: R/is_init_site_model.R
is_init_gtr_site_model | R Documentation |
create_gtr_site_model
Determine if x is an initialized GTR site model
as created by create_gtr_site_model
is_init_gtr_site_model(x)
x |
the object to check if it is an initialized GTR site model |
TRUE if x is an initialized GTR site model
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
gtr_site_model <- create_gtr_site_model()
# FALSE: not yet initialized
is_init_gtr_site_model(gtr_site_model)
gtr_site_model <- init_gtr_site_model(gtr_site_model)
# TRUE: now it is initialized
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.