Rdocumentation
powered by
Learn R Programming
IDPmisc (version 0.9.3)
cart2clock: Convert Cartesian Coordinates to Clock Coordinates
Description
Converts cartesian coordinates (
x
,
y
to clock coordinates (
rho
,
phi
)
Usage
cart2clock(x, y, circle)
Arguments
x, y
Cartesian coordinates.
circle
Defines the full circle in the units of
phi
.
Value
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.
See Also
clock2cart
,
rose-class