R/tosphereL.R

Defines functions `tosphereL`

`tosphereL` <-
function(A)
{
#######  /* Convert from Cartesian to spherical (az, dip in degrees) coordinates */
  a = TOSPHERE(A$x, A$y, A$z)
  return(a)
}

Try the RFOC package in your browser

Any scripts or data that you put into this service are public.

RFOC documentation built on Sept. 8, 2023, 6:12 p.m.