-
Notifications
You must be signed in to change notification settings - Fork 12
/
_pkgdown.yml
58 lines (57 loc) · 1.2 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
49
50
51
52
53
54
55
56
57
url: https://maxcovr.njtierney.com/
template:
bootstrap: 5
home:
links:
- text: Learn more
href: https://github.com/njtierney/maxcovr
reference:
- title: Data
desc: |
Data provided with `maxcovr`
contents:
- york
- york_crime
- title: Optimisers
desc: |
Solve the maximum covering location problem and other extension to this problem
contents:
- max_coverage
- max_coverage_relocation
- title: Distance Tools
desc: |
Tools to help with the calculation of distances
contents:
- nearest
- nearest_facility_dist
- facility_user_dist
- facility_user_indic
- spherical_distance
- spherical_distance_cpp
- distance_matrix_cpp
- binary_matrix_cpp
- title: Summary functions
desc: |
Summarise content from maxcovr
contents:
- summarise_coverage
- summary_mc_cv
- extract_mc_results
- extract_mc_results_relocation
- augment_facility_relocated
- augment_user
- augment_user_tested
- coverage
- summarise_relocated_dist
- summarise_user_cov
- summary_mc_cv_relocate
- title: Helpers
desc: |
Little helper functions
contents:
- deg2rad_cpp
- is.maxcovr
- is.maxcovr_relocation
- n_installed
- n_relocated
- spherical_distance_cpp_vec