agisga / ggplot2-book

The ggplot2 book

Home Page:http://had.co.nz/ggplot2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ggplot2 book

Build Status

This is code and text behind the ggplot2 book. Please help us make it better by contributing!

Build the book

You can build the pdf by cloning this repo and running make:

git clone https://github.com/hadley/ggplot2-book.git
cd ggplot2-book
make clean
make

If you use RStudio, you can press Cmd/Ctrl + Shift + B to run make.

Installing dependencies

To successfully build this book, you'll need:

Install the R dependencies with:

library(devtools)
if (packageVersion("devtools") < "1.9.1") {
  message("Please upgrade devtools")
}
devtools::install_deps()

Internal links

To link between sections, use internal links of the form #header-id. All header references are listed in toc.yaml.

About

The ggplot2 book

http://had.co.nz/ggplot2


Languages

Language:TeX 68.9%Language:Perl 30.6%Language:R 0.4%Language:Makefile 0.1%