Learn R Programming

RFOC (version 3.4-6)

TOSPHERE: Convert to Spherical Coordinates

Description

Get Azimuth and Dip from Cartesian vector on a sphere.

Usage

TOSPHERE(x, y, z)

Arguments

x

x-coordinate

y

y-coordinate

z

z-coordinate

Value

az

azimuth angle, degrees

dip

dip, degrees

See Also

TOSPHERE.DIP, tosphereL, to.spherical

Examples

Run this code
# NOT RUN {
TOSPHERE(3, 4, 5)


# }

Run the code above in your browser using DataLab