-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_pkgdown.yml
More file actions
80 lines (76 loc) · 1.92 KB
/
Copy path_pkgdown.yml
File metadata and controls
80 lines (76 loc) · 1.92 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
url: https://mharinga.github.io/spatialrisk/
template:
bootstrap: 5
bslib:
base_font: {google: "Inter"}
heading_font: {google: "Inter"}
code_font: {google: "Google Sans Code"}
navbar:
structure:
left: [home, articles, reference, news]
right: [github]
articles:
- title: Articles
contents:
- fixed-radius-concentration
- visualisation
reference:
- title: "Fixed-radius aggregation"
desc: >
Core functions for selecting points and computing aggregated values within a fixed radius.
contents:
- points_within_radius
- radius_sum
- haversine
- title: "Concentration and hotspot detection"
desc: >
Functions for identifying locations with high spatial concentration.
contents:
- concentration_hotspot
- prepare_spatialrisk
- select_candidates
- optimize_hotspot
- plot.hotspot
- title: "Visualisation"
desc: >
Functions for visualising spatial point data and aggregated spatial values.
contents:
- map_points
- choropleth
- summarise_points_by_polygon
- title: "Spatial data objects"
desc: >
Simple feature objects included with the package.
contents:
- nl_gemeente
- nl_provincie
- nl_corop
- nl_postcode2
- nl_postcode3
- nl_postcode4
- title: "Example data"
desc: >
Example datasets used in documentation and examples.
contents:
- Groningen
- insurance
- title: "Weather data"
contents:
- knmi_historic_data
- knmi_stations
- title: "Utilities"
contents:
- convert_crs_df
- title: "Deprecated"
contents:
- concentration
- points_in_circle
- find_highest_concentration
- highest_concentration
- neighborhood_gh_search
- plot_points
- points_to_polygon
- choropleth_ggplot2
- interpolate_spline
- plot.conc
- plot.neighborhood