If called with a single matrix argument then each row of c represents the Cartesian coordinate (x, y, z).
Transform Cartesian to spherical coordinates
cart2sph(x, y = NULL, z = NULL)
x |
x-coordinates or matrix with three columns |
y |
y-coordinates (optional, if |
z |
z-coordinates (optional, if |
Matrix with columns:
|
the angle relative to the positive x-axis |
|
the angle relative to the xy-plane |
|
the distance to the origin |
Kai Habel
David Sterratt
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.