Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

CROSSL

Vector Cross Product


Description

returns cross product of two vectors in list format

Usage

CROSSL(A1, A2)

Arguments

A1

list x,y,z

A2

list x,y,z

Value

List

x,y,z

input vector

az

azimuth, degrees

dip

dip, degrees

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

RSEIS::xprod

Examples

A1 = list(x=1,y=2, z=3)
A2 = list(x=12,y=-2, z=-5)

N = CROSSL(A1, A2)

RFOC

Graphics for Spherical Distributions and Earthquake Focal Mechanisms

v3.4-6
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Keehoon Kim [ctb]
Initial release
2018-01-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.