Description Usage Arguments Value Examples
normalize vector xx to have unit length
1 | vecUnitize(xx)
|
xx |
vector |
nomalized vector of unit length
1 2 | xx <- c(0.5, 0.1, 0.6, 0.9)
vecUnitize(xx)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.