Skip to content

Commit 794b661

Browse files
minor wordsmith
1 parent 147ce95 commit 794b661

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

viz.Rmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,11 @@ understand and remember your message quickly.
185185
## Creating visualizations with `ggplot2`
186186
#### *Build the visualization iteratively* {-}
187187

188-
This section will cover examples of how to choose and refine a visualization given a data set and a question that you want to answer,
189-
and then how to create the visualization in R \index{ggplot} using the `ggplot2` R package.
190-
Given that the `ggplot2`package is one of the packages installed
191-
and loaded by the `tidyverse` metapackage, we still only need to load that one package:
188+
This section will cover examples of how to choose and refine a visualization
189+
given a data set and a question that you want to answer, and then how to create
190+
the visualization in R \index{ggplot} using the `ggplot2` R package. Given that
191+
the `ggplot2`package is loaded by the `tidyverse` metapackage, we still
192+
need to load only `tidyverse':
192193

193194
```{r 03-tidyverse, warning=FALSE, message=FALSE}
194195
library(tidyverse)

0 commit comments

Comments
 (0)