-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 799 Bytes
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 799 Bytes
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
# Generated by roxygen2: do not edit by hand
export(azp)
export(cflp)
export(distance_matrix)
export(frlm)
export(huff)
export(lscp)
export(max_p_regions)
export(mclp)
export(nmi)
export(p_center)
export(p_dispersion)
export(p_median)
export(rust_azp)
export(rust_cflp)
export(rust_connected_components)
export(rust_distance_matrix_euclidean)
export(rust_distance_matrix_manhattan)
export(rust_frlm_greedy)
export(rust_huff)
export(rust_is_connected)
export(rust_lscp)
export(rust_max_p)
export(rust_mclp)
export(rust_mst)
export(rust_p_center)
export(rust_p_dispersion)
export(rust_p_median)
export(rust_skater)
export(rust_spenc)
export(rust_ward_constrained)
export(second_areal_moment)
export(skater)
export(sp_weights)
export(spenc)
export(ward_spatial)
useDynLib(spopt, .registration = TRUE)