rescaler {reshape}R Documentation

Rescaler

Description

Convenient methods for rescaling data

Usage

rescaler(x, type="sd", ...)

Arguments

x

object to rescale

type

type of rescaling to use (see description for details)

...

other options (only pasesed to rank)

Details

Provides methods for vectors, matrices and data.frames

Currently, five rescaling options are implemented:

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

rescaler.default


[Package reshape version 0.8.9 Index]