Learn R Programming

Umpire (version 2.0.11)

blur-method: 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 ANY
blur(object, x, ...)

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.

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

Author

Kevin R. Coombes krc@silicovore.com,