View source: R/export_model_parameters.R
export_model_parameters | R Documentation |
Exports model-specific parameters that are specified in the model_parameters section of the master config file.
export_model_parameters(
config_file,
model = c("GOTM", "GLM", "Simstrat", "FLake", "MyLake"),
folder = "."
)
config_file |
name of the master LakeEnsemblR config file |
model |
vector; model to export configuration file. Options include c("FLake", "GLM, "GOTM", "Simstrat", "MyLake") |
folder |
folder |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.