File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ install.packages("ggplot2")
37
37
devtools::install_github("tidyverse/ggplot2")
38
38
```
39
39
40
+ ## Cheatsheet
41
+
42
+ <a href =" https://github.com/rstudio/cheatsheets/blob/master/data-visualization-2.1.pdf " ><img src =" https://raw.githubusercontent.com/rstudio/cheatsheets/master/pngs/thumbnails/data-visualization-cheatsheet-thumbs.png " width =" 630 " height =" 252 " /></a >
40
43
41
44
## Usage
42
45
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ install.packages("ggplot2")
32
32
devtools :: install_github(" tidyverse/ggplot2" )
33
33
```
34
34
35
+ ## Cheatsheet
36
+
37
+ <a href =" https://github.com/rstudio/cheatsheets/blob/master/data-visualization-2.1.pdf " ><img src =" https://raw.githubusercontent.com/rstudio/cheatsheets/master/pngs/thumbnails/data-visualization-cheatsheet-thumbs.png " width =" 630 " height =" 252 " /></a >
38
+
35
39
## Usage
36
40
37
41
It’s hard to succinctly describe how ggplot2 works because it embodies a
You can’t perform that action at this time.
0 commit comments