Skip to content

Commit d03bf8e

Browse files
Fix typo in geom-count.R (#6586)
* Update geom-count.R - add missing "of" to descrip on L 6 * document --------- Co-authored-by: Teun van den Brand <[email protected]>
1 parent af6f4e8 commit d03bf8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/geom-count.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NULL
33

44
#' Count overlapping points
55
#'
6-
#' This is a variant [geom_point()] that counts the number of
6+
#' This is a variant of [geom_point()] that counts the number of
77
#' observations at each location, then maps the count to point area. It
88
#' useful when you have discrete data and overplotting.
99
#'

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