tocartL {RFOC}R Documentation

Convert to cartesian coordinate

Description

Convert azimuth-dip to cartesian coordinates with list as argument

Usage

tocartL(A)

Arguments

A
az
degrees, azimuth
dip
degrees, dip

Value

List

x x-coordinate
y y-coordinate
z z-coordinate

Note

x positive north, y positive east, z positive downward

Author(s)

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

See Also

TOCART.DIP, TOCART, tosphereL, to.spherical

Examples


A = list(az=23, dip=84)
tocartL(A)
  

[Package RFOC version 1.0-5 Index]