Skip to content

Commit d0b05a3

Browse files
committed
Re-roxygenize
1 parent c5c5eae commit d0b05a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/coord_polar.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ df <- data.frame(
4646
value = c(80, 20)
4747
)
4848
ggplot(df, aes(x = "", y = value, fill = variable)) +
49-
geom_bar(width = 1) +
49+
geom_bar(width = 1, stat = "identity") +
5050
scale_fill_manual(values = c("red", "yellow")) +
51-
coord_polar("y", start=pi / 3) +
51+
coord_polar("y", start = pi / 3) +
5252
labs(title = "Pac man")
5353

5454
# Windrose + doughnut plot

0 commit comments

Comments
 (0)