-
Notifications
You must be signed in to change notification settings - Fork 175
/
index.Rmd
24 lines (19 loc) · 1.28 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "R Graphics Cookbook, 2nd edition"
author: "Winston Chang"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
biblio-style: apalike
link-citations: yes
description: >
This cookbook contains more than 150 recipes to help scientists, engineers, programmers, and data analysts generate high-quality graphs quickly—without having to comb through all the details of R’s graphing systems. Each recipe tackles a specific problem with a solution you can apply to your own project and includes a discussion of how and why the recipe works.
url: 'https\://r-graphics.org'
github-repo: wch/rgcookbook
twitter-handle: winston_chang
cover-image: cover.jpg
---
# Welcome {-}
<a href="https://www.amazon.com/dp/1491978600"><img src="cover.jpg" width="250" height="328" align="right" alt="Cover image" /></a>
Welcome to the **R Graphics Cookbook**, a practical guide that provides more than 150 recipes to help you generate high-quality graphs quickly, without having to comb through all the details of R’s graphing systems. Each recipe tackles a specific problem with a solution you can apply to your own project, and includes a discussion of how and why the recipe works.
Read online here for free, or buy a physical copy on [Amazon](https://www.amazon.com/dp/1491978600).