Skip to content

Commit fdaa195

Browse files
authored
link blog (#6246)
1 parent 212224d commit fdaa195

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

README.Rmd

+8-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you are looking for innovation, look to ggplot2's rich ecosystem of extension
7070

7171
## Learning ggplot2
7272

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:
7474

7575
1. The [Data Visualization][r4ds-vis] and
7676
[Communication][r4ds-comm] chapters in
@@ -92,7 +92,12 @@ If you are new to ggplot2 you are better off starting with a systematic introduc
9292
by Winston Chang. It provides a set of recipes to solve common
9393
graphics problems.
9494

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].
96101

97102
## Getting help
98103

@@ -114,3 +119,4 @@ There are two main places to get help with ggplot2:
114119
[r4ds-vis]: https://r4ds.hadley.nz/data-visualize
115120
[r4ds-comm]: https://r4ds.hadley.nz/communication
116121
[oreilly]: https://learning.oreilly.com/videos/data-visualization-in/9781491963661/
122+
[blog]: https://www.tidyverse.org/tags/ggplot2/

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extensions. See a community maintained list at
7474

7575
If you are new to ggplot2 you are better off starting with a systematic
7676
introduction, rather than trying to learn from reading individual
77-
documentation pages. Currently, there are three good places to start:
77+
documentation pages. Currently, there are several good places to start:
7878

7979
1. The [Data Visualization](https://r4ds.hadley.nz/data-visualize) and
8080
[Communication](https://r4ds.hadley.nz/communication) chapters in [R
@@ -97,12 +97,15 @@ documentation pages. Currently, there are three good places to start:
9797
Cookbook](https://r-graphics.org) by Winston Chang. It provides a
9898
set of recipes to solve common graphics problems.
9999

100-
If you’ve mastered the basics and want to learn more, read [ggplot2:
101-
Elegant Graphics for Data Analysis](https://ggplot2-book.org). It
102-
describes the theoretical underpinnings of ggplot2 and shows you how all
103-
the pieces fit together. This book helps you understand the theory that
104-
underpins ggplot2, and will help you create new types of graphics
105-
specifically tailored to your needs.
100+
5. If you’ve mastered the basics and want to learn more, read [ggplot2:
101+
Elegant Graphics for Data Analysis](https://ggplot2-book.org). It
102+
describes the theoretical underpinnings of ggplot2 and shows you how
103+
all the pieces fit together. This book helps you understand the
104+
theory that underpins ggplot2, and will help you create new types of
105+
graphics specifically tailored to your needs.
106+
107+
6. For articles about announcements and deep-dives you can visit the
108+
[tidyverse blog](https://www.tidyverse.org/tags/ggplot2/).
106109

107110
## Getting help
108111

0 commit comments

Comments
 (0)