rescaler.data.frame {reshape} | R Documentation |
Rescales data frame by columns
## S3 method for class 'data.frame' rescaler(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>