Description Usage Arguments Author(s) See Also
Changes some input(s) to new input(s). A filter has one or more input connections that each can be connected to for instance another filter's output or to some data objects. After having designed a network of filters connected to some data objects it is sometime desireble to connect the same network of filters to another set of data objects. This can be done easily by calling this method on the very last filter and tell it to recursively update all other filters accordingly.
1 2 | ## S3 method for class 'Filter'
changeInput(...)
|
newInput |
All connections to this input will be disconnected and replaced by the input object specified by this argument. |
oldInput |
All connections matching to this input will be replaced.
If |
recursive |
If |
Henrik Bengtsson (http://www.braju.com/R/)
To the current set of connected inputs see *getInput()
.
For more information see Filter
..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.