Skip to content

bklamer/ggplot2-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

651 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Installing dependencies

To successfully build this book, you'll need:

Quite a few R packages:

devtools::install_github(c(
  "hadley/bookdown", 
  "hadley/scales", 
  "hadley/ggplot2", 
  "hadley/ggplot2movies",
  "hadley/tidyr", 
  "hadley/directlabels", 
  "jrnold/ggthemes"
))
devtools::install_deps(".", dependencies = TRUE)

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

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Perl 78.2%
  • TeX 20.5%
  • Other 1.3%