e21-blur-method: Method "blur"

Description Usage Arguments Value Author(s)

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

1
2
## 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,


Umpire documentation built on Nov. 11, 2020, 1:08 a.m.