get_site_models_n_params {beautier} | R Documentation |
Get the number of distributions one or more site models have
Description
Get the number of distributions one or more site models have
Usage
get_site_models_n_params(site_models)
Arguments
site_models |
one or more site models,
as returned by |
Value
the number of parameters the site models have
Author(s)
Richèl J.C. Bilderbeek
Examples
check_empty_beautier_folder()
# Ten
get_site_models_n_params(list(create_gtr_site_model()))
# Two
get_site_models_n_params(list(create_hky_site_model()))
# Zero
get_site_models_n_params(list(create_jc69_site_model()))
# Four
get_site_models_n_params(list(create_tn93_site_model()))
check_empty_beautier_folder()
[Package beautier version 2.6.12 Index]