-
Notifications
You must be signed in to change notification settings - Fork 682
/
_quarto.yml
78 lines (64 loc) · 1.62 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
project:
type: book
output-dir: _book
engine: knitr
book:
title: "ggplot2: Elegant Graphics for Data Analysis (3e)"
reader-mode: true
page-footer:
left: |
ggplot2: Elegant Graphics for Data Analysis (3e) was written by
Hadley Wickham, Danielle Navarro, and Thomas Lin Pedersen.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
cover-image: cover.jpg
favicon: cover.jpg
site-url: https://ggplot2-book.org/
repo-url: https://github.com/hadley/ggplot2-book/
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- preface-3e.qmd
- preface-2e.qmd
- part: start.qmd
chapters:
- introduction.qmd
- getting-started.qmd
- part: toolbox.qmd
chapters:
- individual-geoms.qmd
- collective-geoms.qmd
- statistical-summaries.qmd
- maps.qmd
- networks.qmd
- annotations.qmd
- arranging-plots.qmd
- part: scales.qmd
chapters:
- scales-position.qmd
- scales-colour.qmd
- scales-other.qmd
- part: mastery.qmd
chapters:
- layers.qmd
- scales-guides.qmd
- coord.qmd
- facet.qmd
- themes.qmd
- part: extending.qmd
chapters:
- programming.qmd
- internals.qmd
- extensions.qmd
- ext-springs.qmd
bibliography: references.bib
format:
html:
theme:
- cosmo
code-link: true
author-meta: "Hadley Wickham, Danielle Navarro, and Thomas Lin Pedersen"
include-in-header: "ga_script.html"
callout-appearance: simple
editor: visual