| cross.prod | R Documentation | 
Vector Cross Product with list as arguments and list as values
cross.prod(B, A)
| B | list of x,y,z | 
| A | list of x,y,z | 
LIST
| x,y,z | vector of cross product | 
Jonathan M. Lees<jonathan.lees@unc.edu>
RSEIS::xprod
B1 = list(x=4, y=9, z=2)
B2 = list(x=2,y=-5,z=4)
cross.prod(B1, B2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.