emov.cart2sphere {emov} | R Documentation |
Convert Cartesian to Spherical coordinates.
Description
Convert Cartesian to Spherical coordinates.
Usage
emov.cart2sphere(x, y, z)
Arguments
x |
x. |
y |
y. |
z |
z. |
Value
Two angles (radians) and radius
Examples
data = emov.cart2sphere(3, 4, 5)
[Package emov version 0.1.1 Index]