-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path_pkgdown.yml
128 lines (123 loc) · 3.38 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
url: https://luukvdmeer.github.io/sfnetworks/
development:
mode: auto
destination: docs
template:
bootstrap: 5
light-switch: true
reference:
- title: Construction & conversion
desc: >
At the core of the package lies the `sfnetwork` class to represent
spatial networks. There are several ways to construct instances of this
class, and to convert them to other classes.
contents:
- sfnetwork
- as_sfnetwork
- create_from_spatial_lines
- create_from_spatial_points
- play_spatial
- sfnetwork_to_dodgr
- nb
- as.linnet
- title: Analysis
desc: >
The package enables an integrated analysis workflow that combines
`tidygraph` and `sf`. On top of this, it extends the functionalities of
those two packages with a set of analytical functions specific for
spatial network analysis.
contents:
- st_network_bbox
- st_network_blend
- st_network_cost
- st_network_faces
- st_network_iso
- st_network_join
- st_network_paths
- st_network_travel
- st_project_on_network
- spatial_centrality
- spatial_node_types
- spatial_node_predicates
- node_coordinates
- spatial_edge_measures
- spatial_edge_predicates
- group_spatial
- spatial_morphers
- bind_spatial
- title: Utilities
desc: >
The package exports different kind of utility and internal functions that
are meant to make spatial network analysis smoother, and fitting both
into tidyverse and non-tidyverse workflows.
- subtitle: Data extraction
desc: >
These functions are about the extraction of data from a network.
contents:
- data
- ids
- nearest
- nearest_ids
- 'n'
- subtitle: Edge geometries
desc: >
These functions allow to modify edge geometries.
contents:
- make_edges_directed
- make_edges_mixed
- make_edges_explicit
- make_edges_implicit
- make_edges_follow_indices
- make_edges_valid
- subtitle: Network cleaning
desc: >
These functions are the internal workers behind the spatial morphers that
are dedicted to network cleaning. They are exported to make it possible
to do network cleaning outside of tidyverse workflows.
contents:
- contract_nodes
- simplify_network
- smooth_pseudo_nodes
- subdivide_edges
- subtitle: Internals
desc: >
These are internal functions that are not meant to be called directly by
users. They are exported such that developers aiming to extend the
package can use them.
contents:
- evaluate_weight_spec
- evaluate_node_query
- evaluate_edge_query
- subtitle: Other
desc: >
These are other utility functions that do not fit in the categories above.
contents:
- dual_weights
- is_sfnetwork
- sf_attr
- st_duplicated
- st_match
- st_round
- validate_network
- wrap_igraph
- title: Data
contents:
- roxel
- mozart
- title: internal
contents:
- as_s2_geography
- as_tibble
- autoplot
- plot.sfnetwork
- sf_methods
- tidygraph_methods
articles:
- title: Vignettes
navbar: ~
contents:
- sfn01_intro
- sfn02_create_represent
- sfn03_cleaning
- sfn04_join_filter
- sfn05_routing