Learn R Programming

RFOC (version 1.0-4)

to.spherical: Convert Cartesian to Spherical

Description

Convert cartesian coordinates to strike and dip

Usage

to.spherical(x, y, z)

Arguments

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

Value

  • LIST
  • azangle, degrees
  • dipangle, degrees
  • xx-coordinate
  • yy-coordinate
  • zz-coordinate

See Also

SDRfoc

Examples

Run this code
to.spherical(3, 4, 5)

Run the code above in your browser using DataLab