rescaler.matrix {reshape}R Documentation

Rescale a matrix

Description

Rescales matrix by columns

Usage

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

Arguments

x

matrix 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]