diff --git a/communicate-plots.Rmd b/communicate-plots.Rmd index ba8ca7b..c9629fd 100644 --- a/communicate-plots.Rmd +++ b/communicate-plots.Rmd @@ -46,7 +46,7 @@ ggplot(mpg, aes(displ, hwy)) + The purpose of a plot title is to summarise the main finding. Avoid titles that just describe what the plot is, e.g. "A scatterplot of engine displacement vs. fuel economy". -If you need to add more text, there are two other useful labels that you can use in ggplot2 2.2.0 and above (which should be available by the time you're reading this book): +If you need to add more text, there are two other useful labels that you can use in ggplot2 2.2.0 and above: - `subtitle` adds additional detail in a smaller font beneath the title.