You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+8-2
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ If you are looking for innovation, look to ggplot2's rich ecosystem of extension
70
70
71
71
## Learning ggplot2
72
72
73
-
If you are new to ggplot2 you are better off starting with a systematic introduction, rather than trying to learn from reading individual documentation pages. Currently, there are three good places to start:
73
+
If you are new to ggplot2 you are better off starting with a systematic introduction, rather than trying to learn from reading individual documentation pages. Currently, there are several good places to start:
74
74
75
75
1. The [Data Visualization][r4ds-vis] and
76
76
[Communication][r4ds-comm] chapters in
@@ -92,7 +92,12 @@ If you are new to ggplot2 you are better off starting with a systematic introduc
92
92
by Winston Chang. It provides a set of recipes to solve common
93
93
graphics problems.
94
94
95
-
If you've mastered the basics and want to learn more, read [ggplot2: Elegant Graphics for Data Analysis][ggplot2-book]. It describes the theoretical underpinnings of ggplot2 and shows you how all the pieces fit together. This book helps you understand the theory that underpins ggplot2, and will help you create new types of graphics specifically tailored to your needs.
95
+
1. If you've mastered the basics and want to learn more, read [ggplot2: Elegant Graphics for Data Analysis][ggplot2-book].
96
+
It describes the theoretical underpinnings of ggplot2 and shows you how all the pieces fit together.
97
+
This book helps you understand the theory that underpins ggplot2,
98
+
and will help you create new types of graphics specifically tailored to your needs.
99
+
100
+
1. For articles about announcements and deep-dives you can visit the [tidyverse blog][blog].
96
101
97
102
## Getting help
98
103
@@ -114,3 +119,4 @@ There are two main places to get help with ggplot2:
0 commit comments