Learn R Programming

RFOC (version 2.0-02)

tocartL: Convert to cartesian coordinate

Description

Convert azimuth-dip to cartesian coordinates with list as argument

Usage

tocartL(A)

Arguments

A
[object Object],[object Object]

Value

  • List
  • xx-coordinate
  • yy-coordinate
  • zz-coordinate

See Also

TOCART.DIP, TOCART, tosphereL, to.spherical

Examples

Run this code
A = list(az=23, dip=84)
tocartL(A)

Run the code above in your browser using DataLab