scaleDF | R Documentation |
Scale a data.frame by column or row
scaleDF(
df,
byRow = FALSE,
byColumn = FALSE,
center = TRUE,
scale = TRUE,
maxUnit = 4,
returnRaw = F
)
byRow |
Default FALSE |
byColumn |
Default FALSE, by column |
center |
Default TRUE. Mean = 0 |
scale |
Default TRUE. 0-1 scale |
maxUnit |
Default 4 |
returnRaw |
if TRUE, return raw dataframe |
Default by column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.