Skip to content

Commit 85e8f26

Browse files
committed
use dot.case for argument name
1 parent e4da4a6 commit 85e8f26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/position-dodge2.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
#' a group.
88
position_dodge2 <- function(width = NULL, preserve = "total",
99
padding = 0.1, reverse = FALSE,
10-
group_row = "single") {
10+
group.row = "single") {
1111
ggproto(NULL, PositionDodge2,
1212
width = width,
1313
preserve = arg_match0(preserve, c("total", "single")),
1414
padding = padding,
1515
reverse = reverse,
16-
group_row = arg_match0(group_row, c("single", "many"))
16+
group_row = arg_match0(group.row, c("single", "many"))
1717
)
1818
}
1919

man/position_dodge.Rd

Lines changed: 1 addition & 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)