forked from trevorld/ggpattern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
27 lines (27 loc) · 899 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
reference:
- title: "ggpattern package"
desc: "High level package description"
contents:
- ggpattern
- title: "Geom functions"
desc: "patterned geom functions to use with {ggplot2}"
contents:
- starts_with("geom")
- title: "Scale functions"
desc: "patterned scale functions to use with {ggplot2}"
contents:
- starts_with("scale")
- title: "Geom ggproto objects"
desc: "Geom ggproto objects that developers could theoretically extend"
contents:
- starts_with("Geom")
- title: "New geom development functions"
desc: "various functions mainly intended for developing new geoms"
contents:
- create_polygon_df
- is_polygon_df
- draw_key_polygon_pattern
- title: "Defunct functions"
desc: "Defunct functions that were removed from a previous version"
contents:
- ggpattern-defunct