blur-method {Umpire} | R Documentation |
Method "blur"
Description
blur
is a generic function used to add noise to a signal as defined
by various objects. The generic function invokes different methods
which depend on the class
of the first argument.
Usage
## S4 method for signature 'ANY'
blur(object, x, ...)
Arguments
object |
an object from which adding noise to its signal is desired |
x |
matrix containing signal to be affected |
... |
additional arguments affecting the noise addition |
Value
The form of the value returned by blur
depends on the
class of its argument. See the documentation of the particular methods
for details of what is produced by that method.
Author(s)
Kevin R. Coombes krc@silicovore.com,
[Package Umpire version 2.0.10 Index]