| getParameter.BaseFileParameters {aroma.Base} | R Documentation |
Gets one parameter from a BASE parameters section.
## S3 method for class 'BaseFileParameters': getParameter(this, name, ...)
name |
A character string of the name of the parameter. |
... |
Not used. |
Certain parameters are pre-processed. This is a trial behavior. See
source code, i.e. print(getParameter.BaseFileParameters)
for details.
Returns the value of a parameter.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see BaseFileParameters.