-
Notifications
You must be signed in to change notification settings - Fork 8
/
_pkgdown.yml
148 lines (134 loc) · 3.39 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
url: https://yunuuuu.github.io/ggalign/
template:
bootstrap: 5
light-switch: true
development:
mode: auto
navbar:
structure:
left: [intro, reference, vignettes, articles, news, benchmarks, faq]
right: [search, github, lightswitch]
components:
benchmarks:
text: Benchmarks
href: articles/benchmarks.html
faq:
text: FAQ
href: articles/FAQ.html
reference:
- title: Layout initialize
desc: A `Layout` object defines how to place the plots.
contents:
- heatmap_layout
- stack_layout
- quad_layout
- cross_align
- quad_free
- stack_free
- ggoncoplot
- title: Layout Building
desc: >
All plots begin with a call to `ggheatmap()`/`quad_layout()` or
`stack_layout()`, supplying default data. You then reorder the observations,
or split the observations into groups, and add plots, layers, scales, coords
with `+`. Use `quad_switch()`/`hmanno()` or `stack_switch()` to switch the
active context. To save a plot to disk, use `ggsave()`.
contents:
- layout-operator
- quad_switch
- quad_anno
- with_quad
- stack_switch
- active
- ggalign_attr
- title: Layout Customization
desc: >
Fine-tune the arrangement of plots by reordering or splitting axes into separate panels.
These functions allow for more detailed customization of plot layouts.
contents:
- align_hclust
- align_group
- align_kmeans
- align_order
- align_reorder
- title: Plot initialize
desc: >
This section covers essential functions to add individual plots to the layout,
ensuring they align and interact correctly within the defined structure.
contents:
- ggfree
- ggalign
- align_dendro
- align_line
- ggcross
- title: Schemes
desc: >
Schemes control the actions of plots in the layout. Scheme can be applied
either globally to the layout or individually to specific plots.
contents:
- scheme_align
- scheme_data
- scheme_theme
- title: Extending ggalign
desc: >
Functions to enhance and customize the capabilities of ggalign.
contents:
- align
- fortify_data_frame
- fortify_matrix
- ggalign_attr_set
- title: Plot composer
desc: >
This section outlines essential functions for composing plots into a grid,
intended for internal use. The core code is derived from the `patchwork`
package, with the hope of eventually integrating and merging these functions
into the `patchwork` project.
contents:
- align_plots
- patch_titles
- free_align
- free_border
- free_lab
- free_space
- area
- inset
- ggwrap
- layout_design
- layout_title
- layout_annotation
- title: Extending Plot Composer
desc: >
Extending capabilities to align graphics with `align_plots()`.
contents:
- alignpatch
- patch
- title: Extension of ggplot2
desc: >
Extending ggplot2 with additional geoms, scales, and other functionalities.
contents:
- geom_pie
- geom_subrect
- geom_tile3d
- theme_no_axes
- layer_order
- raster_magick
- geom_draw
- scale_draw_manual
- draw_key_draw
- theme_ggalign
- element_polygon
- title: helpers
desc: A collection of utility functions to enhance usability and functionality.
contents:
- ggalignGrob
- ggalign_stat
- is_layout
- hclust2
- order2
- dendrogram_data
- read_example
- title: internal
contents:
- starts_with("patch.")
- starts_with("fortify_matrix.")
- starts_with("fortify_data_frame.")