Maps the normalized x axis onto angle and the normalized y axis onto radius, so lines, areas, and points become circular. This is the engine behind radar/spider charts, pie-like wedges, and circular bar charts.
CoordPolar(theta = "x", start = 0, direction = 1, inner = 0)An S7 object of class CoordPolar; usually built by coord_polar().