View source: R/linear-spherical-spline.R
cross | R Documentation |
This function computes the cross product of two input vectors u and v.
cross(u, v)
u |
Numeric vector. |
v |
Numeric vector. |
Numeric vector representing the cross product of u and v.
cross(c(1,0,0), c(0,1,0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.