coord_radar: The radar coordinate system is a modification of polar coordinate system, commonly used for radar chart
Description
The radar coordinate system is a modification of polar coordinate system, commonly used for radar chart
Usage
coord_radar(theta = "x", start = 0, direction = 1)
Arguments
theta
variable to map angle to (x or y)
start
offset of starting point from 12 o'clock in radians
direction
1, clockwise; -1, counterclockwise