sc99-normalize-method: Method "normalize"

Description Usage Arguments Value Author(s)

Description

normalize is a generic function used to normalize the data based on the input object. The method invokes particular methods which depend on the class of the first argument.

Usage

1
2
3
4
## S4 method for signature 'ANY'
normalize(object, ...)
## S4 method for signature 'NULL'
normalize(object, ...)

Arguments

object

an object to be normalized

...

additional arguments affecting the normalization process

Value

The form of the value returned by normalize depends on the class of its argument. See the documentation of the particular methods for details of what is produced by that method.

If the object is NULL, NA is returned.

Author(s)

P. Roebuck proebuck@mdanderson.org


SuperCurve documentation built on May 2, 2019, 6:14 p.m.