getParameter.BaseFileParameters {aroma.Base}R Documentation

Gets one parameter from a BASE parameters section

Description

Gets one parameter from a BASE parameters section.

Usage

## S3 method for class 'BaseFileParameters':
getParameter(this, name, ...)

Arguments

name A character string of the name of the parameter.
... Not used.

Details

Certain parameters are pre-processed. This is a trial behavior. See source code, i.e. print(getParameter.BaseFileParameters) for details.

Value

Returns the value of a parameter.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see BaseFileParameters.


[Package aroma.Base version 0.4.8 Index]