Description Usage Arguments Fields and Methods Author(s) See Also Examples
Package: aroma
Class OrFilter
Object
~~|
~~+--
Filter
~~~~~~~|
~~~~~~~+--
ParallelFilter
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
OrFilter
Directly known subclasses:
public static class OrFilter
extends ParallelFilter
An OrFilter is a ParallelFilter that passes through indices that are outputs from any input filters connected to this filter. This corresponds to the logical operator OR. The filter could also have been called an union filter.
1 |
... |
The input |
Methods:
getIndex | Gets indices accepted by this filter. | |
Methods inherited from ParallelFilter:
changeInput, getInput
Methods inherited from Filter:
as.character, changeInput, getIndex, getInput, getParameter, getVisible, highlight, setParameter, setVisible, text
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstanciationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save
Henrik Bengtsson (http://www.braju.com/R/)
AndFilter
and ParallelFilter
.
1 | ## Not run: See help(ParallelFilter) for an example.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.