Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hadley/ggplot2-book

ggplot2: elegant graphics for data analysis
https://github.com/hadley/ggplot2-book

Last synced: about 2 months ago
JSON representation

ggplot2: elegant graphics for data analysis

Awesome Lists containing this project

README

        

# ggplot2 book

[![Build status](https://github.com/hadley/ggplot2-book/actions/workflows/bookdown.yaml/badge.svg?event=push)](https://github.com/hadley/ggplot2-book/actions)

This is code and text behind the [ggplot2: elegant graphics for data analysis](http://ggplot2-book.org/) book. Please help us make it better by [contributing](contributing.md)!

## Installing dependencies

Install the R packages used by the book with:

```r
# install.packages("devtools")
devtools::install_deps()
```

## Build the book

In RStudio, press Cmd/Ctrl + Shift + B. Or run:

```R
bookdown::render_book("index.Rmd")
```