cart2clock {IDPmisc} | R Documentation |
Converts cartesian coordinates (x
, y
to clock
coordinates (rho
, phi
)
cart2clock(x, y, circle)
x, y |
Cartesian coordinates. |
circle |
Defines the full circle in the units of phi . |
Data frame with
rho |
Distance of point from center of coordinate system. |
phi |
Angle between North (12 o' clock), center and the point, measured clockwise. |
Rene Locher