get_run_prm | R Documentation |
Pull out the parameters from the run prm file. This will only return the values of parameters that have a scalar value. For example, if paramName = init_scalar, only the length of the vector will be returned.
get_run_prm(runprm, paramName = NULL)
runprm |
path to the run prm file |
paramName |
name of the parameter to extract |
list
value |
value of parameter |
unit |
units of parameter, if applicable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.