@@ -39,7 +39,7 @@ are external references that contain a wealth of additional information on the t
39
39
- Use ` ggsave ` to save visualizations in ` .png ` and ` .svg ` format
40
40
41
41
## Choosing the visualization
42
- #### * Ask a question, and answer it* {-#my-section}
42
+ #### * Ask a question, and answer it*
43
43
44
44
The purpose of a visualization is to answer a question about a data set of interest. So naturally, the first thing to do ** before** creating
45
45
a visualization is to formulate the question about the data that you are trying to answer.
@@ -68,7 +68,7 @@ again typically a better alternative.
68
68
69
69
70
70
## Refining the visualization
71
- #### * Convey the message, minimize noise* {-#my-section}
71
+ #### * Convey the message, minimize noise*
72
72
73
73
Just being able to make a visualization in R with ` ggplot2 ` (or any other tool for that matter) doesn't mean that it is effective at communicating
74
74
your message to others. Once you have selected a broad type of visualization to use, you will have to refine it to suit your particular need.
@@ -98,7 +98,7 @@ making it easier for them to quickly understand and remember your message.
98
98
99
99
100
100
## Creating visualizations with ` ggplot2 `
101
- #### * Build the visualization iteratively* {-#my-section}
101
+ #### * Build the visualization iteratively*
102
102
103
103
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,
104
104
and then how to create the visualization in R using ` ggplot2 ` . To use the ` ggplot2 ` library, we need to load the ` tidyverse ` metapackage.
@@ -379,7 +379,7 @@ admirable job given the technology available at the time period.
379
379
380
380
381
381
## Explaining the visualization
382
- #### * Tell a story* {-#my-section}
382
+ #### * Tell a story*
383
383
384
384
Typically, your visualization will not be shown completely on its own, but rather it will be part of a larger presentation.
385
385
Further, visualizations can provide supporting information for any part of a presentation, from opening to conclusion.
@@ -425,7 +425,7 @@ worth further investigation into the differences between these experiments to se
425
425
426
426
427
427
## Saving the visualization
428
- #### * Choose the right output format for your needs* {-#my-section}
428
+ #### * Choose the right output format for your needs*
429
429
430
430
Just as there are many ways to store data sets, there are many ways to store visualizations and images.
431
431
Which one you choose can depend on a number of factors, such as file size/type limitations
0 commit comments