Skip to content

Commit c491801

Browse files
Remove leading space in document (#4329)
* Remove leading space in document Remove leading space in the document of position_jitterdodge() * Document Co-authored-by: GitHub Actions <[email protected]>
1 parent 37eb64d commit c491801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/position-jitterdodge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' @inheritParams position_jitter
1414
#' @export
1515
#' @examples
16-
#' dsub <- diamonds[ sample(nrow(diamonds), 1000), ]
16+
#' dsub <- diamonds[sample(nrow(diamonds), 1000), ]
1717
#' ggplot(dsub, aes(x = cut, y = carat, fill = clarity)) +
1818
#' geom_boxplot(outlier.size = 0) +
1919
#' geom_point(pch = 21, position = position_jitterdodge())

man/position_jitterdodge.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)