powered by
Three-dimensional cross product
dxyz(X, Y, Z)
The updated object `Z` containing the cross product.
Numeric vector of length three, matrix with three rows, or big.matrix.
Numeric object matching the shape of `X`.
Optional output container.
dxyz(X = c(1, 0, 0), Y = c(0, 1, 0))
Run the code above in your browser using DataLab