cart2pol | R Documentation |
The inputs x
, y
(, and z
) must be the same shape, or
scalar. If called with a single matrix argument then each row of C
represents the Cartesian coordinate (x
, y
(, z
)).
cart2pol(x, y = NULL, z = NULL)
x |
x-coordinates or matrix with three columns |
y |
y-coordinates (optional, if |
z |
z-coordinates (optional, if |
A matrix P
where each row represents one
polar/(cylindrical) coordinate (theta
, r
, (,
z
)).
Kai Habel
David Sterratt
pol2cart
, cart2sph
,
sph2cart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.