powered by
Converts clock coordinates (rho, phi) to cartesian coordinates (x, y).
rho
phi
x
y
clock2cart(rho, phi, circle)
Data frame with
Cartesian coordinates.
Distance of point from center of coordinate system.
Angle between North (12 o' clock), center and the point, measured clockwise.
Defines the full circle in the units of phi.
Rene Locher
Be aware that in clock coordinates and polar coordinate the angle phi is differently defined!
cart2clock, rose-class
cart2clock
rose-class
## an easy way to plot a circle xy <- clock2cart(rho=rep(1,33),phi=seq(0,to=360,length.out=33),circle=360) plot(xy)
Run the code above in your browser using DataLab