View source: R/fdk_setup_sofun.R
fdk_setup_sofun | R Documentation |
Complements the settings based on the site meta info CSV file or data frame.
fdk_setup_sofun(site_info, params_siml)
site_info |
A character string specifying the path to the site meta info file, or a dataframe containing the site meta info. |
params_siml |
A named list containing the simulation parameters for SOFUN. |
A dataframe (tibble) containing the site meta info, complemented by column 'params_siml' which is a nested list of complemented simulation parameters.
## Not run:
setup <- prepare_setup_sofun(
site_info = site_info,
params_siml = params_siml
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.