-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
112 lines (111 loc) · 2.45 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method("[",spacetime)
S3method("[[",spacetime)
S3method(activate,spacetime)
S3method(as_spacetime,sf)
S3method(print,spacetime)
S3method(st_as_edges,sf)
S3method(st_as_edges,sfc)
S3method(st_as_graph,sf)
S3method(st_as_graph,sfc)
S3method(st_as_nodes,sf)
S3method(st_as_nodes,sfc)
export(activate)
export(active)
export(as_sf)
export(as_spacetime)
export(center_mean)
export(center_median)
export(complete_spacetime_cube)
export(cond_permute_nb)
export(critical_threshold)
export(ellipse)
export(emerging_hotspot_analysis)
export(euclidean_median)
export(find_xj)
export(global_c)
export(global_c_perm)
export(global_c_test)
export(global_colocation)
export(global_g_test)
export(global_jc_perm)
export(global_jc_test)
export(global_moran)
export(global_moran_bv)
export(global_moran_perm)
export(global_moran_test)
export(include_self)
export(is.spacetime)
export(is_spacetime)
export(is_spacetime_cube)
export(local_c)
export(local_c_perm)
export(local_colocation)
export(local_g)
export(local_g_perm)
export(local_gstar)
export(local_gstar_perm)
export(local_jc_bv)
export(local_jc_uni)
export(local_moran)
export(local_moran_bv)
export(losh)
export(losh_perm)
export(nb_as_matrix)
export(nb_intersect)
export(nb_match_test)
export(nb_setdiff)
export(nb_union)
export(new_spacetime)
export(node_get_edge_col)
export(node_get_edge_list)
export(node_get_nbs)
export(pairwise_colocation)
export(pct_nonzero)
export(recreate_listw)
export(remove_self)
export(set_col)
export(set_nbs)
export(set_wts)
export(spacetime)
export(spatial_gini)
export(st_as_edges)
export(st_as_graph)
export(st_as_nodes)
export(st_block_nb)
export(st_cardinalties)
export(st_complete_nb)
export(st_contiguity)
export(st_dist_band)
export(st_ellipse)
export(st_inverse_distance)
export(st_kernel_weights)
export(st_knn)
export(st_lag)
export(st_nb_apply)
export(st_nb_delaunay)
export(st_nb_dists)
export(st_nb_gabriel)
export(st_nb_lag)
export(st_nb_lag_cumul)
export(st_nb_relative)
export(st_weights)
export(std_dev_ellipse)
export(std_distance)
export(szero)
export(tally_jc)
export(validate_spacetime)
export(wt_as_matrix)
importFrom(rlang,":=")
importFrom(sf,st_centroid)
importFrom(sf,st_geometry)
importFrom(spdep,dnearneigh)
importFrom(spdep,include.self)
importFrom(spdep,knearneigh)
importFrom(spdep,knn2nb)
importFrom(spdep,localmoran_perm)
importFrom(spdep,nb2listw)
importFrom(spdep,nbdists)
importFrom(spdep,nblag)
importFrom(spdep,nblag_cumul)
importFrom(spdep,poly2nb)