Description Usage Arguments Fields and Methods Author(s) See Also Examples
Package: aroma
Class AndFilter
Object
~~|
~~+--
Filter
~~~~~~~|
~~~~~~~+--
ParallelFilter
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
AndFilter
Directly known subclasses:
public static class AndFilter
extends ParallelFilter
An AndFilter is a ParallelFilter that passes through indices that are outputs from all input filters connected to this filter. This corresponds to the logical operator AND. The filter could also have been called an intersection 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/)
OrFilter
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.