coordPolar

fun coordPolar(xlim: <Error class: unknown class><Number?, Number?>? = null, ylim: <Error class: unknown class><Number?, Number?>? = null, theta: String? = null, start: Number? = null, direction: Int? = null, transformBkgr: Boolean? = null): OptionsMap

Polar coordinate system. It is used for pie charts and polar plots.

Examples

Parameters

xlim

Limits for x-axes.

ylim

Limits for y-axes.

theta

Aesthetic that is used to map angle, default = "x". Possible values: "x", "y".

start

Offset relative to the starting angle (which is 12 o'clock), in radians, default = 0.

direction

Specifies angle direction: 1 for clockwise, -1 for counterclockwise, default = 1.

transformBkgr

If true, the background is transformed to a circle, rectangle otherwise, default = true.