rescaler.data.frame {reshape} | R Documentation |
Rescales data frame by columns
rescaler.data.frame(x, type="sd", ...)
x |
data.frame to rescale |
type |
type of rescaling to apply |
... |
other arguments passed to rescaler |
Hadley Wickham <h.wickham@gmail.com>