Manual merge. Closes #274
This commit is contained in:
hadley 2016-10-03 07:09:10 -05:00
parent 9cc1ec2f57
commit 2c662ff663
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ ggplot(mpg, aes(displ, hwy)) +
Note another handy technique used here: I added a second layer of large, hollow points to highlight the points that I've labelled.
You can sometimes use the same idea to replace the legend with labels placed directly on the plot. It's not wonderful for this plot, but it isn't too bad. (`theme(legend.position = "none"`) turns the legend off --- we'll talk about it more shortly).
You can sometimes use the same idea to replace the legend with labels placed directly on the plot. It's not wonderful for this plot, but it isn't too bad. (`theme(legend.position = "none"`) turns the legend off --- we'll talk about it more shortly.)
```{r}
class_avg <- mpg %>%