Skip to content

Commit 667e690

Browse files
committed
Add link to ggplot2 exts
Fixes tidyverse#1900
1 parent 4c07082 commit 667e690

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
4848
geom_point()
4949
```
5050

51+
As well as the components built-in to ggplot2, there are many packages that provide extensions. See a comphrensive list at <https://www.ggplot2-exts.org>.
52+
5153
## Learning ggplot2
5254

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
3939

4040
![](README-example-1.png)
4141

42+
As well as the components built-in to ggplot2, there are many packages that provide extensions. See a comphrensive list at <https://www.ggplot2-exts.org>.
43+
4244
Learning ggplot2
4345
----------------
4446

0 commit comments

Comments
 (0)