powered by
This function performs the cross product of two three-dimensional vectors.
Crossprod(vec1, vec2)
A three-dimensional vector.
three-dimensional vector.
# NOT RUN { Crossprod(c(1, 1, 1), c(5,6,10)) # }
Run the code above in your browser using DataLab