-
Notifications
You must be signed in to change notification settings - Fork 12
/
_pkgdown.yml
43 lines (41 loc) · 1.05 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
url: http://maxcovr.njtierney.com/
template:
params:
bootswatch: flatly
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