colscale {multivarious} | R Documentation |
scale a data matrix
Description
normalize each column by a scale factor.
Usage
colscale(preproc = prepper(), type = c("unit", "z", "weights"), weights = NULL)
Arguments
preproc |
the pre-processing pipeline |
type |
the kind of scaling, |
weights |
optional precomputed weights |
Value
a prepper
list
[Package multivarious version 0.2.0 Index]