-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
19 lines (10 loc) · 1.7 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Welcome {#sec-welcome .unnumbered}
This is the website for my book **ggplot2 extended**. It is about extending the functionality of the [**ggplot2**](https://ggplot2.tidyverse.org/) [@wickham2024] R package by **Hadley Wickham**. Many extension packages have come out since the release of ggplot2. This book is about how to use them to make the most out of the whole ggplot2 ecosystem. And which of the many extensions to use in the first place.
I will go through the very basics of how ggplot2 works in 1 ggplot2. But this book does assume some basic understanding of R and ggplot2.
If you're starting with R, **R for Data Science** [@wickham2023a] is a good first stop. The book even contains [three chapters](https://r4ds.hadley.nz/visualize) on visualizing data with ggplot2.
Want to take a comprehensive look into ggplot2 and *the grammar of graphics* first? Check out Hadley’s book **ggplot2: Elegant Graphics for Data Analysis** [@wickham2016]. You can find the work-in-progress 3rd edition [online](https://ggplot2-book.org/).
This website is and will always be free, licensed under the [CC BY-NC-ND 4.0 DEED license](https://creativecommons.org/licenses/by-nc-nd/4.0/). Once I've finished writing the whole book, there will be a physical copy of the book available. Stay tuned!
Please note that ggplot2 extended uses a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/). By contributing to this book, you agree to abide by its terms.
This book is written by [Antti Rask](https://www.linkedin.com/in/anttirask/).
## Acknowledgments {#sec-index-acknowledgments}
This book was built with [Quarto](https://quarto.org/) and is hosted on [Netlify](https://www.netlify.com/).