math_unit_vector | R Documentation |
calculate unite vector from x
math_unit_vector(x)
x |
vector or matrix of coordinates |
unit vector(s)
Florian Wagner florian.wagner@wagnius.ch
math_unit_vector(c(x = 1,y = 1,z = 1))
math_unit_vector(c(1,2,3))
math_unit_vector(c(0.5,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.