vector3_prop | R Documentation |
Vectors have properties such as magnitude and direction. These are easily accessible through the 'magnitude' and 'direction' functions.
magnitude(v, norm = c("euclidean", "manhattan", "L1", "L2", "infinity")) direction(v)
v |
vectors |
norm |
optional norm argument from list 'euclidean', 'manhattan', 'L1', 'L2', 'infinity' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.