-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
48 lines (48 loc) · 1.59 KB
/
_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
45
46
47
48
url: https://christophertkenny.com/geomander
template:
params:
bootswatch: journal
reference:
- title: "Estimating Across Geographic Levels"
desc: "Functions for approximating values at different levels of geography"
- contents:
- has_concept("estimate")
- title: "Buiding Datasets"
desc: "Functions to help build and refine data"
- contents:
- has_concept("datatable")
- title: "Downloading Datasets"
desc: "Functions to help download common datasets"
- contents:
- has_concept("datasets")
- title: "Fixing Geographic Imperfections"
desc: "Functions to help pretend that the geographies were properly connected"
- contents:
- has_concept("fix")
- title: "Format Data with Dave's Redistricting"
desc: "Functions to get maps into DRA or from DRA"
- contents:
- has_concept("dra")
- title: "Center of Shape"
desc: "Adjusted centroids to ensure that the point is in the shape"
- contents:
- has_concept("center")
- title: "Tools for working with borders"
desc: "Functions that deal with two sides of a seam between two administrative units"
- contents:
- has_concept("seam")
- title: "Spatial Autocorrelation"
desc: "Functions to measure local and global autocorrelation measures"
- contents:
- has_concept("spatcorr")
- title: "Included Example Data"
- contents:
- has_concept("data")
- title: "Plotting Functions"
- contents:
- has_concept("plot")
- title: "Leftovers"
desc: Functions that don't really fit elsewhere
- contents:
- geomander-package
- lacks_concepts(c("estimate", "datatable", "fix", "estimate", "dra", "spatcorr", "data", "plot", "datasets", "seam", "center"))