rescaler.matrix {reshape}R Documentation

Rescale a matrix

Description

Rescales matrix by columns

Usage

rescaler.matrix(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.2 Index]