Rdocumentation
powered by
Learn R Programming
RFOC (version 1.0-4)
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
TOSPHERE(
3
,
4
,
5
)
Run the code above in your browser using
DataLab