Skip to content

Commit 0f4fe2e

Browse files
committed
Fix two other typos.
1 parent 08a36a2 commit 0f4fe2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vignettes/articles/faq-annotation.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ mpg %>%
206206

207207
### How can I display proportions (relative frequencies) instead of counts on a bar plot?
208208

209-
Either calculate the proportions ahead of time and place them on bars using `geom_text()` or let `ggplot()` calculate them for you and then add them to the plot using `stat_coun()` with `geom = "text"`.
209+
Either calculate the proportions ahead of time and place them on bars using `geom_text()` or let `ggplot()` calculate them for you and then add them to the plot using `stat_count()` with `geom = "text"`.
210210

211211
<details>
212212

vignettes/articles/faq-reordering.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ df <- tibble::tribble(
211211
)
212212
```
213213

214-
By default, this is how a scatterplot of these looks.
214+
By default, this is how a scatter plot of these looks.
215215
Note that the blue circle is partially covered by the yellow triangle since that observation comes later in the dataset.
216216
Similarly the black asterisk appears on top of the red square.
217217

0 commit comments

Comments
 (0)