Learn R Programming

beautier (version 2.6.12)

get_site_models_n_params: 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)

Value

the number of parameters the site models have

Arguments

site_models

one or more site models, as returned by create_site_model

Author

Richèl J.C. Bilderbeek

Examples

Run this code
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()

Run the code above in your browser using DataLab