Description Usage Author(s) See Also
Gets the values for a specific parameter for those indices that the
filter lets through. If the filter's has this parameter set, e.g.
through *setParameter()
, all indices accepted by the filter will
be having this parameter set to the filters value.
If the parameter is not set in the filter, or its value is NULL
or \codeNA, the filter asks all its input connections for assign
parameters to the indices. If more than one input filter tries to set
the parameter of an index, only the last assignment will be used.
Hence, the order in which the input filters are specified might affect
the final assignment of paramters.
1 2 | ## S3 method for class 'Filter'
getParameter(this, paramName, ...)
|
Henrik Bengtsson (http://www.braju.com/R/)
To set a parameter of a filter see *setParameter()
.
To get the indices accepted by a filter see *getIndex()
.
For more information see Filter
..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.