-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
54 lines (49 loc) · 1.19 KB
/
_pkgdown.yml
File metadata and controls
54 lines (49 loc) · 1.19 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
url: https://maxmlang.github.io/hexsmoothR/
template:
bootstrap: 5
bslib:
primary: "#2c3e50"
home:
links:
- text: Browse source code
href: https://github.com/MaxMLang/hexsmoothR
- text: Report a bug
href: https://github.com/MaxMLang/hexsmoothR/issues
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
reference:
- title: Grids
desc: Build and tune hexagonal / rectangular grids over a study area.
contents:
- create_grid
- create_single_grid
- find_hex_cell_size_for_target_cells
- get_utm_crs
- title: Raster extraction
desc: Pull raster values into grid cells.
contents:
- extract_raster_data
- title: Topology and smoothing
desc: Compute neighbour topology and apply N-order spatial smoothing.
contents:
- compute_topology
- smooth_variables
- title: Hex measurement helpers
contents:
- starts_with("hex_")
- title: Internal
contents:
- hex_msg
- ordinal_suffix
- validate_smoothing_inputs
- smooth_variables_r_fallback
- estimate_avg_neighbor_distance
- compute_neighbors_n_orders
- compute_weights_n_orders
articles:
- title: Get started
navbar: ~
contents:
- hexsmoothR-complete-guide