| dxyz | R Documentation |
Three-dimensional cross product
dxyz(X, Y, Z)
X |
Numeric vector of length three, matrix with three rows, or big.matrix. |
Y |
Numeric object matching the shape of 'X'. |
Z |
Optional output container. |
The updated object 'Z' containing the cross product.
dxyz(X = c(1, 0, 0), Y = c(0, 1, 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.