normalize,data.frame_or_matrix-method {PDATK} | R Documentation |
data.frame
ObjectNormalize a data.frame
Object
## S4 method for signature 'data.frame_or_matrix' normalize(object, MARGIN = 2, FUN = "proprocessCaret", ...)
object |
A |
MARGIN |
An |
FUN |
A function to normalize your data with. Should accept a
rectangular object such as a |
... |
Fall through parameters to FUN. For the default FUN, these are
passed to |
The data.frame
normalized.