-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
142 lines (126 loc) · 2.68 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
url: ~
template:
bootstrap: 5
#bootswatch: simplex
bslib:
heading_font: {google: "Merriweather"}
code_font: {google: "Noto Sans Mono"}
base_font: {google: "Noto Sans Display"}
bg: "#fcfcfc"
fg: "#02382a"
primary: "#2c382d"
secondary: "#F1F5A7"
success: "#3D6F15"
info: "#577F90"
warning: "#D5A064"
danger: "#9A523C"
# navbar-default-type: "dark"
# navbar-default-bg: "dark"
# navbar-inverse-type: "light"
# navbar-inverse-bg: "secondary"
navbar:
structure:
right: [search, github]
left: [reference, articles, news, releases]
components:
releases:
text: Releases
menu:
- text: Version 0.2.0
href: articles/Version-0-2-0.html
articles:
text: Vignettes
menu:
- text: Basics of sfdep
href: articles/basics-of-sfdep.html
- text: spacetime and spacetime cubes
href: articles/spacetime-s3.html
- text: Colocation Quotients
href: articles/colocation-analysis.html
- text: Conditional permutation
href: articles/conditional-permutation.html
- text: Emerging Hot Spot Analysis
href: articles/understanding-emerging-hotspots.html
reference:
- title: Neighbors
contents:
- st_contiguity
- st_knn
- st_dist_band
- st_block_nb
- st_nb_delaunay
- st_nb_gabriel
- st_nb_relative
- st_complete_nb
- st_nb_lag
- st_nb_lag_cumul
- st_cardinalties
- cond_permute_nb
- title: Weights
contents:
- st_weights
- st_nb_dists
- st_kernel_weights
- st_inverse_distance
- title: Local Indicators of Spatial Association (LISA)
contents:
- st_lag
- starts_with("local")
- losh
- losh_perm
- nb_match_test
- title: Global Measure of Spatial Autocorrelation
contents:
- starts_with("global")
- pairwise_colocation
- spatial_gini
- title: Spacetime
contents:
- spacetime
- new_spacetime
- validate_spacetime
- is_spacetime
- is.spacetime
- activate
- is_spacetime_cube
- complete_spacetime_cube
- emerging_hotspot_analysis
- set_col
- as_spacetime
- as_sf
- spt_update
- title: Point Pattern
contents:
- center_mean
- center_median
- euclidean_median
- std_distance
- std_dev_ellipse
- ellipse
- title: Data
contents:
- starts_with("guerry")
- title: Networks
contents:
- st_as_graph
- st_as_edges
- st_as_nodes
- node_get_nbs
- node_get_edge_list
- node_get_edge_col
- title: Utility Functions
contents:
- tidyverse
- recreate_listw
- find_xj
- include_self
- remove_self
- wt_as_matrix
- critical_threshold
- szero
- pct_nonzero
- nb_union
- st_nb_apply
- title: Internal functions
contents:
- has_keyword("internal")