coord_radar-deprecated: coord_radar (deprecated)

coord_radar-deprecatedR Documentation

coord_radar (deprecated)

Description

use coord_radial

Usage

coord_radar(theta = "x", start = 0, direction = 1, clip = "on")

Arguments

theta

variable to map angle to (x or y)

start

Offset of starting point from 12 o'clock in radians. Offset is applied clockwise or anticlockwise depending on value of direction.

direction

1, clockwise; -1, anticlockwise

clip

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().


ggmulti documentation built on Nov. 10, 2022, 5:12 p.m.