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
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ knitr::opts_chunk$set(
20
20
21
21
## Overview
22
22
23
-
ggplot2 is a system for declaratively creating graphics, based on [The Grammar of Graphics](https://amzn.to/2ef1eWp). You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.
23
+
ggplot2 is a system for declaratively creating graphics, based on [The Grammar of Graphics][gg-book]. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.
24
24
25
25
## Installation
26
26
@@ -68,19 +68,20 @@ If you are new to ggplot2 you are better off starting with a systematic introduc
68
68
[Graphics for communication][r4ds-comm] chapters in
69
69
[R for Data Science][r4ds]. R for Data Science is designed to
70
70
give you a comprehensive introduction to the
71
-
[tidyverse](https://tidyverse.org), and these two chapters will
71
+
[tidyverse](https://www.tidyverse.org), and these two chapters will
72
72
get you up to speed with the essentials of ggplot2 as quickly as
73
73
possible.
74
74
75
-
1. If you'd like to take an online course, try
76
-
[Data Visualization in R With ggplot2][oreilly] by Kara Woo.
75
+
1. If you'd like to follow a webinar, try
76
+
[Plotting Anything with ggplot2][https://youtu.be/h29g21z0a68] by Thomas Lin
77
+
Pedersen.
77
78
78
79
1. If you want to dive into making common graphics as quickly
79
80
as possible, I recommend [The R Graphics Cookbook][cookbook]
80
81
by Winston Chang. It provides a set of recipes to solve common
81
82
graphics problems.
82
83
83
-
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>.
84
+
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.
84
85
85
86
## Getting help
86
87
@@ -94,10 +95,10 @@ There are two main places to get help with ggplot2:
94
95
created a reproducible example that illustrates your problem.
0 commit comments