-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
117 lines (116 loc) · 3.06 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
113
114
115
116
117
# Generated by roxygen2: do not edit by hand
S3method(is,FCMres)
S3method(plot,FCMres)
S3method(predict,FCMres)
S3method(print,FCMres)
S3method(summary,FCMres)
export(CMeans)
export(Elsa_categorical_matrix_window)
export(Elsa_fuzzy_matrix_window)
export(FCMres)
export(GCMeans)
export(SFCMeans)
export(SGFCMeans)
export(add_matrices_bycol)
export(adj_spconsist_arr_window_globstd)
export(adjustSpatialWeights)
export(barPlots)
export(boot_group_validation)
export(boot_group_validation.mc)
export(calcCalinskiHarabasz)
export(calcDaviesBouldin)
export(calcEuclideanDistance2)
export(calcEuclideanDistance3)
export(calcFukuyamaSugeno)
export(calcGD43)
export(calcGD53)
export(calcNegentropyI)
export(calcUncertaintyIndex)
export(calcexplainedInertia)
export(calcqualityIndexes)
export(catToBelongings)
export(cat_to_belongings)
export(circular_window)
export(div_matrices_bycol)
export(focal_adj_mean_arr_window)
export(focal_euclidean_arr_window)
export(focal_euclidean_list)
export(focal_euclidean_mat_window)
export(groups_matching)
export(load_arcachon)
export(local_moranI_matrix_window)
export(mapClusters)
export(max_mat)
export(moranI_matrix_window)
export(pow_matrix_bycol)
export(power_mat)
export(predict_membership)
export(prod_matrices_bycol)
export(rowmins_mat)
export(selectParameters)
export(selectParameters.mc)
export(select_parameters)
export(select_parameters.mc)
export(spConsistency)
export(sp_clust_explorer)
export(spatialDiag)
export(spiderPlots)
export(sqrt_matrix_bycol)
export(standardizer)
export(sub_matrices_bycol)
export(summarizeClusters)
export(test_inferior_mat)
export(uncertaintyMap)
export(undecidedUnits)
export(vecmax)
export(vecmin)
export(vector_out_prod)
export(violinPlots)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(dplyr,"%>%")
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRamp)
importFrom(grDevices,colors)
importFrom(grDevices,rgb)
importFrom(graphics,legend)
importFrom(leaflet,addCircles)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addLegend)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addPolylines)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,addRasterImage)
importFrom(leaflet,colorBin)
importFrom(leaflet,colorFactor)
importFrom(leaflet,hideGroup)
importFrom(leaflet,leaflet)
importFrom(matrixStats,colSums2)
importFrom(matrixStats,rowMaxs)
importFrom(matrixStats,rowMins)
importFrom(methods,as)
importFrom(methods,is)
importFrom(plotly,add_markers)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(stats,complete.cases)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(terra,focal)
importFrom(terra,ncell)
importFrom(tmap,tm_borders)
importFrom(tmap,tm_dots)
importFrom(tmap,tm_fill)
importFrom(tmap,tm_layout)
importFrom(tmap,tm_lines)
importFrom(tmap,tm_shape)
importFrom(utils,capture.output)
importFrom(utils,installed.packages)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(geocmeans)
useDynLib(geocmeans, .registration = TRUE)