Learn R Programming

RFOC (version 1.0-4)

tosphereL: convert to spherical coordinates

Description

convert to spherical coordinates

Usage

tosphereL(A)

Arguments

A
list (x,y,z)

Value

  • List
  • azazimuth, degrees
  • dipDip, degrees
  • xx-coordinate
  • yy-coordinate
  • zz-coordinate

Details

takes list of three components and returns azimuth and dip

See Also

TOSPHERE

Examples

Run this code
A = list(x=12 ,y=2, z=-3 )
tosphereL(A)

Run the code above in your browser using DataLab