-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
54 lines (50 loc) · 1.14 KB
/
_pkgdown.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
url: https://mjskay.github.io/ggblend/
authors:
Matthew Kay:
href: http://www.mjskay.com
template:
bootstrap: 5
bslib:
line-height-base: 1.7
primary: "#4575B4"
base_font:
google:
family: "Source Sans Pro"
wght: [400, 600, 700]
ital: [0, 1]
code_font:
google:
family: "Source Code Pro"
wght: [400, 700]
ital: [0, 1]
figures:
dev: svg
fig.ext: svg
reference:
- title: Package overview
desc: Overview of ggblend.
contents: ggblend-package
- title: Layer operations
desc: |
Operations that can be applied to transform ggplot2 layers and layer-like objects
contents:
- nop
- adjust
- copy
- partition
- blend
- affine_transform
- operation
- title: Combinations of layer operations
desc: |
Combinations of layer operations created through addition (`+`), multiplication (`*`), and function composition (`|>`).
contents:
- operation_sum
- operation_product
- operation_composition
- title: Layers and layer-like objects
desc: |
Objects that represent ggplot2 layers and layer-like objects
contents:
- layer-like
- layer_list