-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_pkgdown.yml
More file actions
85 lines (75 loc) · 1.58 KB
/
_pkgdown.yml
File metadata and controls
85 lines (75 loc) · 1.58 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
url: https://giacfalk.github.io/locationallocation
template:
bslib:
version: 5
bootswatch: flatly
math-rendering: mathjax
light-switch: true
opengraph:
image:
src: man/figures/og-image.png
alt: "locationallocation"
params:
noindex: false
navbar:
structure:
left:
- home
- intro
- reference
- articles
- news
right:
- search
- lightswitch
- github
components:
home: ~
intro: ~
articles: ~
reference:
- title: Travel Time
desc: >
Functions to calculate travel time maps using geospatial data.
contents:
- friction
- traveltime
- title: Maximal Coverage Location-Allocation (MCLA)
desc: >
Functions to solve Maximal Coverage Location-Allocation problems using
geospatial data.
contents:
- allocation
- allocation_discrete
- title: Statistics
desc: >
Functions to compute statistics from location-allocation model results.
contents:
- traveltime_stats
- title: Plots
desc: >
Functions to visualize results from location-allocation models.
contents:
- allocation_plot
- traveltime_plot
- title: Data
desc: >
Datasets included in the package for examples and testing.
contents:
- naples_shape
- naples_fountains
- naples_population
- naples_hot_days
- title: Utilities
desc: >
Utility functions to help with data manipulation.
contents:
- mask_raster_to_polygon
authors:
Giacomo Falchetta:
href: https://github.com/giacfalk/
Daniel Vartanian:
href: https://github.com/danielvartan/
development:
mode: release
version_label: warning