Description Usage Arguments Value Examples
View source: R/normalization_functions.R
Performs the maximum normalization dividing every element of the vector with the maximum absolute value.
1 | max_normalization(x = numeric(0))
|
x |
Numeric vector. |
Normalized numeric vector.
1 2 3 | {
max_normalization(c(1,2,3,4))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.