-
Notifications
You must be signed in to change notification settings - Fork 5
/
_pkgdown.yml
44 lines (43 loc) · 914 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
pandoc: '2.5'
pkgdown: 1.6.0
reference:
- title: Data
desc: Package data files
contents:
- '`capital_cities`'
- '`tas_sa2`'
- '`fp19`'
- '`homeless`'
- '`tas_lga`'
- '`tas_lga_hexctr`'
- title: Core Functions
desc: Functions used to create a tessellated hexagon map
contents:
- '`geom_sugarbag`'
- '`create_hexmap`'
- '`create_centroids`'
- '`closest_focal_point`'
- '`create_grid`'
- '`allocate`'
- '`create_buffer`'
- '`filter_grid_points`'
- title: Helper Functions
desc: Functions used to manipulate data
contents:
- '`read_shape`'
- '`fortify_hexagon`'
- '`fortify_sfc`'
navbar:
type: default
left:
- text: Reference
href: reference/index.html
- text: Vignettes
menu:
- text: Tasmania
href: articles/Tasmania.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/srkobakian/sugarbag/