View source: R/vector_product.R
| vector.product | R Documentation |
Vector product of two vectors
vector.product(v1, v2)
v1 |
Vector of x, y, z coordinates |
v2 |
Vector of x, y, z coordinates |
Returns the x, y, z coordinates of the vector product of v1 and v2
vector.product(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.