Description Usage Arguments Value See Also Examples
List the available models in a designated workspace.
1 |
models.path |
Relative path from the current working directory to a folder containing a library of model configurations (typically "Folder/Models"). Setting models.path="" is valid. Default models.path=NULL, meaning read a North Sea model setup from the package folder extdata/Models. |
An on-screen list of available models in the designated folder.
1 2 3 4 5 6 7 | # List the models/variants supplied with the package:
e2e_ls()
# Dummy example to illustrate listing the models/variants in a user defined
# workspace. REPLACE "Folder1/Models" with your own models.path
# remembering that this are relative to the current working directory.
# e2e_ls("Folder/Models")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.