forked from wilkelab/cowplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
48 lines (42 loc) · 861 Bytes
/
_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
destination: docs
reference:
- title: Plot composition
desc: Arranging and aligning plots
contents:
- align_margin
- align_plots
- plot_grid
- title: Drawing
desc: Place elements on the canvas
contents:
- starts_with("draw_")
- starts_with("stamp_")
- ggdraw
- add_sub
- axis_canvas
- title: Themes
desc: Modify plot appearance
contents:
- starts_with("theme_")
- background_grid
- panel_border
- rectangle_key_glyph
- circle_key_glyph
- title: Get methods
desc: Retrieve elements of a plot
contents:
- starts_with("get_")
- title: Grobs
desc: Manipulate and convert grobs
contents:
- starts_with("gtable_")
- starts_with("as_")
- insert_xaxis_grob
- insert_yaxis_grob
- title: Output
desc: Render figures to an output
contents:
- ggsave2
- save_plot
- png_null_device
- set_null_device