Distances on Directed Graphs in R
1url: https://UrbanAnalyst.github.io/dodgr
2title: dodgr
3
4template:
5 bootstrap: 5
6
7reference:
8- title: Main distance and time functions
9 contents:
10 - has_concept("distances")
11- title: Main flow functions
12 contents:
13 - has_concept("flows")
14- title: Main iso functions
15 contents:
16 - has_concept("iso")
17- title: Functions to Obtain Graphs
18 contents:
19 - has_concept("extraction")
20- title: Functions to Modify Graphs
21 contents:
22 - has_concept("modification")
23- title: Functions to Convert Graphs
24 contents:
25 - has_concept("conversion")
26- title: Graph Centrality
27 contents:
28 - has_concept("centrality")
29- title: Matching Points to Graphs
30 contents:
31 - has_concept("match")
32- title: Miscellaneous Functions
33 contents:
34 - has_concept("misc")
35- title: Save, Load, and Caching
36 contents:
37 - has_concept("cache")
38- title: Package Data
39 contents:
40 - has_concept("data")
41- title: The 'dodgr' package
42 contents:
43 - has_concept("package")
44
45navbar:
46 title: dodgr
47 type: default
48 left:
49 - text: Home
50 href: index.html
51 - text: Vignettes
52 href: articles/index.html
53 - text: Functions
54 href: reference/index.html
55 right:
56 - icon: fa-github fa-lg
57 href: https://github.com/UrbanAnalyst/dodgr