View source: R/get_site_models_n_distrs.R
get_site_models_n_distrs | R Documentation |
Get the number of distributions a site model has
get_site_models_n_distrs(site_models)
site_models |
one or more site models,
as returned by |
the number of distributions the site models have
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# 5
get_site_models_n_distrs(list(create_gtr_site_model()))
# 1
get_site_models_n_distrs(list(create_hky_site_model()))
# 0
get_site_models_n_distrs(list(create_jc69_site_model()))
# 2
get_site_models_n_distrs(list(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.