powered by
convert to spherical coordinates
tosphereL(A)
list (x,y,z)
List
azimuth, degrees
Dip, degrees
x-coordinate
y-coordinate
z-coordinate
takes list of three components and returns azimuth and dip
TOSPHERE
# NOT RUN { A = list(x=12 ,y=2, z=-3 ) tosphereL(A) # }
Run the code above in your browser using DataLab