File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -185,10 +185,11 @@ understand and remember your message quickly.
185
185
## Creating visualizations with ` ggplot2 `
186
186
#### * Build the visualization iteratively* {-}
187
187
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':
192
193
193
194
``` {r 03-tidyverse, warning=FALSE, message=FALSE}
194
195
library(tidyverse)
You can’t perform that action at this time.
0 commit comments