-
Notifications
You must be signed in to change notification settings - Fork 226
/
Copy path_pkgdown.yml
42 lines (41 loc) · 1.24 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
url: http://jrnold.github.io/ggthemes/
template:
bootstrap: 5
reference:
- title: Themes
contents: starts_with("theme_")
- title: Color Scales
desc: Provided ggplot2 scales for the `color` (`colour`) aesthetic. Scales control
the details of how data values are translated to visual properties.
contents:
- starts_with("scale_color_")
- starts_with("scale_fill_")
- title: Shape Scales
desc: Provided ggplot2 scales for the `shape` aesthetic. Scales control the details
of how data values are translated to visual properties.
contents: starts_with("scale_shape_")
- title: Lintetype Scales
desc: Provided ggplot2 scales for the `linetype` aesthetic. Scales control the details
of how data values are translated to visual properties.
contents: starts_with("scale_linetype_")
- title: Color, Shape, and Linetype Palettes
desc: Color, shape, and linetype palettes.
contents:
- ends_with("_pal")
- palette_pander
- title: Geoms and Stats
desc: ggplot2 geom and stat layers.
contents:
- starts_with("geom_")
- starts_with("stat_")
- title: Other functions
contents:
- bank_slopes
- extended_range_breaks
- show_linetypes
- show_shapes
- smart_digits
- title: Data
contents:
- ggthemes_data
- canva_palettes