-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
47 lines (46 loc) · 1.04 KB
/
_pkgdown.yml
File metadata and controls
47 lines (46 loc) · 1.04 KB
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
template:
bootstrap: 5
reference:
- title: "'gggda' package"
desc: >
Visualization methods from and for geometric data analysis
contents:
- '`gggda`'
- title: "GDA tools"
desc: >
Helper functions to perform geometric data analysis.
contents:
- 'peel_hulls'
- 'depth_median'
- title: "'ggproto' classes"
desc: >
New `'ggproto'` classes.
contents:
- 'gggda-ggproto'
- title: "Coordinate systems"
desc: >
New `Coord*` ggprotos and `coord_*()` layers.
contents:
- starts_with("coord_")
- title: "Statistical transformations"
desc: >
New `Stat*` ggprotos and `stat_*()` layers.
contents:
- 'stat_referent'
- has_concept("stat layers")
- title: "Geometric constructions"
desc: >
New `Geom*` ggprotos and `geom_*()` layers.
contents:
- has_concept("geom layers")
- title: "Aesthetic mapping"
desc: >
Functions for handling aesthetic mappings.
contents:
- starts_with("aes")
- title: "Themes"
desc: >
New themes and theme elements.
contents:
- starts_with("theme_")
- '`draw-key`'