-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
126 lines (126 loc) · 2.84 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
reference:
- title: "Network Kernel Density"
desc: >
Functions to perform Network Kernel Density estimation.
- contents:
- nkde
- nkde.mc
- bw_cvl_calc
- bw_cvl_calc.mc
- bw_cv_likelihood_calc
- bw_cv_likelihood_calc.mc
- tricube_kernel
- triweight_kernel
- uniform_kernel
- cosine_kernel
- epanechnikov_kernel
- gaussian_kernel
- gaussian_kernel_scaled
- quartic_kernel
- triangle_kernel
- title: "Temporal Network Kernel Density"
desc: >
Functions to perform Temporal Network Kernel Density estimation.
- contents:
- tnkde
- tnkde.mc
- bw_tnkde_cv_likelihood_calc
- bw_tnkde_cv_likelihood_calc.mc
- tkde
- bw_cv_likelihood_calc_tkde
- title: "Spatial weight matrices on networks"
desc: >
Functions to calculate spatial weight matrices on networks.
- contents:
- network_listw
- network_listw.mc
- title: "K functions on networks"
desc: >
Functions to calculate K and G functions on networks.
- contents:
- kfunctions
- kfunctions.mc
- cross_kfunctions
- cross_kfunctions.mc
- k_nt_functions
- k_nt_functions.mc
- title: "Knn functions on networks"
desc: >
Functions to calculate K nearest neighbours on networks.
- contents:
- network_knn
- network_knn.mc
- title: "Network building"
desc: >
Functions to build graphs.
- contents:
- build_graph
- build_graph_directed
- graph_checking
- simplify_network
- split_graph_components
- title: "Isochrones"
desc: >
Functions to calculate isochrones.
- contents:
- calc_isochrones
- title: "Geometrical functions"
desc: >
Functions to perform geometric operations.
- contents:
- build_quadtree
- spatial_request
- closest_points
- lines_center
- lines_extremities
- lines_direction
- lines_points_along
- lixelize_lines
- lixelize_lines.mc
- split_lines_at_vertex
- simple_lines
- st_bbox_by_feature
- title: "Spatial data cleaning"
desc: >
Functions to clean data before spatial analysis
- contents:
- aggregate_points
- title: "Spatial functions"
desc: >
Functions used for specific spatial tasks
- contents:
- simple_lines
- spatial_index
- st_bbox_by_feature
- title: "Data"
desc: >
Some datasets provided with the package
- contents:
- bike_accidents
- mtl_network
- main_network_mtl
- small_mtl_network
- mtl_libraries
- mtl_theatres
- spNetwork-package
- title: "internal"
desc: >
Some internal functions that must be exposed for multiprocessing
- contents:
- adaptive_bw_tnkde_cpp
- adaptive_bw_tnkde_cpp2
- cross_gfunc_cpp
- cross_kfunc_cpp
- esc_kernel_loo_nkde
- esc_kernel_loo_tnkde
- esd_kernel_loo_nkde
- esd_kernel_loo_tnkde
- esc_kernel_loo_tnkde_adpt
- gfunc_cpp
- kfunc_cpp
- nkde_get_loo_values
- tnkde_get_loo_values
- tnkde_get_loo_values2
- tnkde_worker_bw_sel
- worker_adaptive_bw_tnkde
- bw_cv_likelihood_calc_tkde