Skip to content

Commit 1ee9dcf

Browse files
authored
Add details to start parameter of coord_polar (#3893). (#4039)
Fix #3893
1 parent 68ef12c commit 1ee9dcf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

R/coord-polar.r

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
#' are a stacked bar chart in polar coordinates.
55
#'
66
#' @param theta variable to map angle to (`x` or `y`)
7-
#' @param start offset of starting point from 12 o'clock in radians
7+
#' @param start Offset of starting point from 12 o'clock in radians. Offset
8+
#' is applied clockwise or anticlockwise depending on value of `direction`.
89
#' @param direction 1, clockwise; -1, anticlockwise
910
#' @param clip Should drawing be clipped to the extent of the plot panel? A
1011
#' setting of `"on"` (the default) means yes, and a setting of `"off"`

man/coord_polar.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)