rescaler.data.frame {reshape}R Documentation

Rescale a data frame

Description

Rescales data frame by columns

Usage

## S3 method for class 'data.frame'
rescaler(x, type="sd", ...)

Arguments

x

data.frame to rescale

type

type of rescaling to apply

...

other arguments passed to rescaler

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package reshape version 0.8.7 Index]