Learn R Programming

aroma.core (version 2.9.0)

ParametersInterface: The ParametersInterface class interface

Description

Package: aroma.core Class ParametersInterface Interface ~~| ~~+--ParametersInterface Directly known subclasses: AromaTransform public class ParametersInterface extends Interface

Usage

ParametersInterface(...)

Arguments

...
Not used.

Fields and Methods

Methods: rll{ getParameters Gets a list of parameters. getParametersAsString Gets the parameters as character. }

Methods inherited from Interface: extend, print, uses