forked from thomasp85/patchwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
80 lines (76 loc) · 2.32 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
destination: docs
url: https://patchwork.data-imaginist.com
authors:
Thomas Lin Pedersen:
href: https://data-imaginist.com
template:
params:
bootswatch: flatly
navbar:
left:
- icon: fa-home fa-lg
href: index.html
- text: Getting Started
href: articles/patchwork.html
- text: Guides
menu:
- text: Plot Assembly
href: articles/guides/assembly.html
- text: Controlling Layout
href: articles/guides/layout.html
- text: Adding annotation to a patchwork
href: articles/guides/annotation.html
- text: Multipage Alignment
href: articles/guides/multipage.html
- text: Reference
href: reference/index.html
- text: News
menu:
- text: "Release notes"
- text: "Version 1.1.0"
href: https://www.data-imaginist.com/2020/insetting-a-new-patchwork-version/
- text: "Version 1.0.0"
href: https://www.data-imaginist.com/2019/patch-it-up-and-send-it-out/
- text: "------------------"
- text: "Change log"
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/thomasp85/patchwork
reference:
- title: Plot Composition
desc: >
At the heart of patchwork lies a range of powerful functions for combining
plots into an assembly of plots that can be layed out in a grid. Patchwork
provides both an extension of ggplot2's `+` based API, along with a
functinal interface.
contents:
- /.ggplot
- wrap_plots
- inset_element
- title: Layout Specifications
desc: >
While patchwork will automatically lay out the plots in a grid, additional
control is often needed, along with the possibility of adding annotations
etc.
contents:
- plot_layout
- plot_annotation
- plot_spacer
- guide_area
- area
- title: Alternative plot objects
desc: >
patchwork is build to work with ggplot2 but standard grobs can also be
included. Further, it is possible to define empty areas if needed.
contents:
- wrap_elements
- wrap_ggplot_grob
- title: Align across pages
desc: >
Sometimes it is necessary to align plots across pages, not within a
composition, e.g. when creating figures for presentations. While not the
main focus of patchwork, it still contains the necessary infrastructure to
achieve this.
contents:
- get_dim