View source: R/get_site_model_n_params.R
get_site_model_n_params | R Documentation |
Get the number of distributions a site model has
get_site_model_n_params(site_model)
site_model |
a site model,
as returned by |
the number of parameters a site model has
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# Ten
get_site_model_n_params(create_gtr_site_model())
# Two
get_site_model_n_params(create_hky_site_model())
# Zero
get_site_model_n_params(create_jc69_site_model())
# Four
get_site_model_n_params(create_tn93_site_model())
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.