crossprod_3d | R Documentation |
Compute the vector cross product between vectors x and y. Adapted from http://stackoverflow.com/questions/15162741/what-is-rs-crossproduct-function
crossprod_3d(x, y)
x |
vector of length 3. |
y |
vector of length 3. |
vector cross product of x and y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.