Learn R Programming

RFOC (version 3.4-10)

TOSPHERE: Convert to Spherical Coordinates

Description

Get Azimuth and Dip from Cartesian vector on a sphere.

Usage

TOSPHERE(x, y, z)

Value

az

azimuth angle, degrees

dip

dip, degrees

Arguments

x

x-coordinate

y

y-coordinate

z

z-coordinate

Author

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

See Also

TOSPHERE.DIP, tosphereL, to.spherical

Examples

Run this code
TOSPHERE(3, 4, 5)


Run the code above in your browser using DataLab