| cart2sph | R Documentation |
If called with a single matrix argument then each row of c
represents the Cartesian coordinate (x, y, z).
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:
theta |
the angle relative to the positive x-axis |
phi |
the angle relative to the xy-plane |
r |
the distance to the origin |
Kai Habel
David Sterratt
sph2cart, cart2pol,
pol2cart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.