Description Usage Arguments Value Examples
Normalize a vector by max absolute value
1 |
x |
numeric vector, a vector of numbers |
numeric vector, the vector divided by the largest absolute value in the vector
1 2 | a <- c(1,2,3)
normalize_vector(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.