Skip to content

Commit 949337c

Browse files
committed
files for web site
1 parent 26e2aac commit 949337c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+7657
-2745
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ ggplot(mapping = aes(fill = lga_code_2016)) +
141141
group = interaction(lga_code_2016))) +
142142
scale_fill_viridis_d() +
143143
theme_map() +
144-
theme(legend.position = "none")
144+
theme(legend.position = "none", aspect.ratio = 1)
145145
```

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ggplot(mapping = aes(fill = lga_code_2016)) +
130130
group = interaction(lga_code_2016))) +
131131
scale_fill_viridis_d() +
132132
theme_map() +
133-
theme(legend.position = "none")
133+
theme(legend.position = "none", aspect.ratio = 1)
134134
```
135135

136136
<img src="man/figures/README-unnamed-chunk-4-1.png" width="100%" />

_pkgdown.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ reference:
66
contents:
77
- '`capital_cities`'
88
- '`tas_sa2`'
9+
- '`fp19`'
10+
- '`homeless`'
11+
- '`tas_lga`'
12+
- '`tas_lga_hexctr`'
913
- title: Core Functions
1014
desc: Functions used to create a tessellated hexagon map
1115
contents:
@@ -14,14 +18,15 @@ reference:
1418
- '`closest_focal_point`'
1519
- '`create_grid`'
1620
- '`allocate`'
21+
- '`create_buffer`'
22+
- '`filter_grid_points`'
1723
- title: Helper Functions
1824
desc: Functions used to manipulate data
1925
contents:
2026
- '`read_shape`'
2127
- '`fortify_hexagon`'
2228
- '`fortify_sfc`'
2329

24-
2530
navbar:
2631
type: default
2732
left:

docs/404.html

+125
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

+28-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)