Skip to content

Commit 0155d3c

Browse files
StefanBRasyutannihilation
authored andcommitted
Update READMEs to reflect 2nd edition cookbook (#3140)
1 parent 43dcd63 commit 0155d3c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you are new to ggplot2 you are better off starting with a systematic introduc
8080
1. If you want to dive into making common graphics as quickly
8181
as possible, I recommend [The R Graphics Cookbook][cookbook]
8282
by Winston Chang. It provides a set of recipes to solve common
83-
graphics problems. A 2nd edition is due out in 2018.
83+
graphics problems.
8484

8585
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. The book is not available for free, but you can find the complete source for the book at <https://github.com/hadley/ggplot2-book>.
8686

@@ -99,7 +99,7 @@ There are two main places to get help with ggplot2:
9999
[ggplot2-book]: http://amzn.to/2fncG50
100100
[gg-book]: http://amzn.to/2ef1eWp
101101
[so]: http://stackoverflow.com/questions/tagged/ggplot2?sort=frequent&pageSize=50
102-
[cookbook]: http://amzn.to/2dVfMfn
102+
[cookbook]: https://amzn.to/2TU78ip
103103
[r4ds]: http://r4ds.had.co.nz
104104
[r4ds-vis]: http://r4ds.had.co.nz/data-visualisation.html
105105
[r4ds-comm]: http://r4ds.had.co.nz/graphics-for-communication.html

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ documentation pages. Currently, there are three good places to start:
9292

9393
3. If you want to dive into making common graphics as quickly as
9494
possible, I recommend [The R Graphics
95-
Cookbook](http://amzn.to/2dVfMfn) by Winston Chang. It provides a
96-
set of recipes to solve common graphics problems. A 2nd edition is
97-
due out in 2018.
95+
Cookbook](https://amzn.to/2TU78ip) by Winston Chang. It provides a
96+
set of recipes to solve common graphics problems.
9897

9998
If you’ve mastered the basics and want to learn more, read [ggplot2:
10099
Elegant Graphics for Data Analysis](http://amzn.to/2fncG50). It

0 commit comments

Comments
 (0)