项目作者: hadley

项目描述 :
ggplot2书
高级语言: TeX
项目地址: git://github.com/hadley/ggplot2-book.git
创建时间: 2008-05-19T13:38:18Z
项目社区:https://github.com/hadley/ggplot2-book

开源协议:

下载


ggplot2 book

Build status

This is code and text behind the ggplot2: elegant graphics for data analysis book. Please help us make it better by contributing!

Installing dependencies

Install the R packages used by the book with:

  1. # install.packages("devtools")
  2. devtools::install_deps()

Build the book

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

  1. bookdown::render_book("index.Rmd")