Skip to content

Commit 5fe1f8c

Browse files
committed
Remove exposed #' roxygen tag in example
1 parent 859f618 commit 5fe1f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/coord-polar.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#' # to demonstrate how these common plots can be described in the
2121
#' # grammar. Use with EXTREME caution.
2222
#'
23-
#' #' # A pie chart = stacked bar chart + polar coordinates
23+
#' # A pie chart = stacked bar chart + polar coordinates
2424
#' pie <- ggplot(mtcars, aes(x = factor(1), fill = factor(cyl))) +
2525
#' geom_bar(width = 1)
2626
#' pie + coord_polar(theta = "y")

0 commit comments

Comments
 (0)