reset {Streamer} | R Documentation |
reset
on a stream invokes the reset
method of all
components of the stream; on a component, it invokes the reset
method of the component and all inputs to the component.
reset(x, ...)
x |
A |
... |
Additional arguments, currently unused. |
A reference to x
, the stream or component on which reset
was invoked.
Martin Morgan mtmorgan@fhcrc.org
## see example(Stream)