# ggplot2-book **Repository Path**: weil911/ggplot2-book ## Basic Information - **Project Name**: ggplot2-book - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-21 - **Last Updated**: 2025-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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") ```