View source: R/readParameterValues.R
readParameterValues | R Documentation |
Read values of given parameters from a given GAMS code section.
readParameterValues(code, parameters)
code |
A vector with GAMS code. |
parameters |
A vector with GAMS parameter names |
The GAMS code section should contain statements of the form parameter = value; for all the given parameters.
A vector of values the parameters are set to with parameter names as names.
Mika Pflüger
readDeclarations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.