View source: R/feature-scale.R
Perform feature scaling on a vector, matrix, data.frame, or tibble
1 |
x |
One of (data.frame, matrix, tibble) |
type |
string indicating the type of supported scaling function. Supported types: c(standardization, mean scaling, minmax scaling, unit vector scaling, sqrt) default: standardize |
margin |
margin to apply over (default: 2L) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.