Skip to content

Commit

Permalink
files for web site
Browse files Browse the repository at this point in the history
  • Loading branch information
dicook committed Nov 13, 2022
1 parent 26e2aac commit 949337c
Show file tree
Hide file tree
Showing 67 changed files with 7,657 additions and 2,745 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ ggplot(mapping = aes(fill = lga_code_2016)) +
group = interaction(lga_code_2016))) +
scale_fill_viridis_d() +
theme_map() +
theme(legend.position = "none")
theme(legend.position = "none", aspect.ratio = 1)
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ggplot(mapping = aes(fill = lga_code_2016)) +
group = interaction(lga_code_2016))) +
scale_fill_viridis_d() +
theme_map() +
theme(legend.position = "none")
theme(legend.position = "none", aspect.ratio = 1)
```

<img src="man/figures/README-unnamed-chunk-4-1.png" width="100%" />
7 changes: 6 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ reference:
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:
Expand All @@ -14,14 +18,15 @@ reference:
- '`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:
Expand Down
125 changes: 125 additions & 0 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 28 additions & 77 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 949337c

Please sign in to comment.