Learn R Programming

beautier (version 2.6.12)

create_site_models: Creates all supported site models which is a list of the types returned by create_gtr_site_model, create_hky_site_model, create_jc69_site_model and create_tn93_site_model

Description

Creates all supported site models which is a list of the types returned by create_gtr_site_model, create_hky_site_model, create_jc69_site_model and create_tn93_site_model

Usage

create_site_models()

Arguments

Value

a list of site_models

Author

Richèl J.C. Bilderbeek

See Also

Use create_site_model to create a site model

Examples

Run this code
check_empty_beautier_folder()

# All created site models are a kind of site model
site_models <- create_site_models()

# TRUE
is_gtr_site_model(site_models[[1]])
is_hky_site_model(site_models[[2]])
is_jc69_site_model(site_models[[3]])
is_tn93_site_model(site_models[[4]])

check_empty_beautier_folder()

Run the code above in your browser using DataLab