Learn R Programming

RFOC (version 3.4-10)

to.spherical: Convert Cartesian to Spherical

Description

Convert cartesian coordinates to strike and dip

Usage

to.spherical(x, y, z)

Value

LIST

az

angle, degrees

dip

angle, degrees

x

x-coordinate

y

y-coordinate

z

z-coordinate

Arguments

x

x-coordinate

y

y-coordinate

z

z-coordinate

Author

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

See Also

SDRfoc

Examples

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

Run the code above in your browser using DataLab