We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859f618 commit 5fe1f8cCopy full SHA for 5fe1f8c
R/coord-polar.R
@@ -20,7 +20,7 @@
20
#' # to demonstrate how these common plots can be described in the
21
#' # grammar. Use with EXTREME caution.
22
#'
23
-#' #' # A pie chart = stacked bar chart + polar coordinates
+#' # A pie chart = stacked bar chart + polar coordinates
24
#' pie <- ggplot(mtcars, aes(x = factor(1), fill = factor(cyl))) +
25
#' geom_bar(width = 1)
26
#' pie + coord_polar(theta = "y")
0 commit comments