Learn R Programming

RFOC (version 3.4-10)

TOSPHERE.DIP: convert to spherical coordinates

Description

convert to spherical coordinates

Usage

TOSPHERE.DIP(x, y, z)

Value

List

az

azimuth, degrees

dip

Dip, 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>

Details

takes three components and returns azimuth and dip

See Also

to.spherical

Examples

Run this code
TOSPHERE.DIP(3, 4, 5)

Run the code above in your browser using DataLab