Skip to content

Commit ca2b97e

Browse files
authored
Update geom-count.R - add missing "of" to descrip on L 6
1 parent bed8e32 commit ca2b97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
#'

0 commit comments

Comments
 (0)