Learn R Programming

RFOC (version 3.4-6)

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

az

angle, degrees

dip

angle, degrees

x

x-coordinate

y

y-coordinate

z

z-coordinate

See Also

SDRfoc

Examples

Run this code
# NOT RUN {
to.spherical(3, 4, 5)
# }

Run the code above in your browser using DataLab