use coord_radial
coord_radar(theta = "x", start = 0, direction = 1, clip = "on")
variable to map angle to (x
or y
)
Offset of starting point from 12 o'clock in radians. Offset
is applied clockwise or anticlockwise depending on value of direction
.
1, clockwise; -1, anticlockwise
Should drawing be clipped to the extent of the plot panel? A
setting of "on"
(the default) means yes, and a setting of "off"
means no. For details, please see coord_cartesian()
.