-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
91 lines (90 loc) · 2.41 KB
/
NAMESPACE
File metadata and controls
91 lines (90 loc) · 2.41 KB
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
# Generated by roxygen2: do not edit by hand
export(Areal_data)
export(Bhattacharyya)
export(DT_graph_cross_subregion_random)
export(DT_graph_uni_subregion_random)
export(Data_Vis)
export(Delaunay_triangulation)
export(Delaunay_triangulation_cross)
export(Geostatistics_data)
export(JaccardJ)
export(Morisita_Horn)
export(Point_pattern_data_ITLR)
export(Point_pattern_data_bi)
export(Point_pattern_data_uni)
export(SorensenL)
export(distribution_summary)
export(local_entropy)
export(moran_I_BV)
export(normalized_coords)
export(plot_variogram)
export(regionalization_crosscorrelation_geostat)
export(regionalization_crosscorrelation_lattice)
export(regionalization_geostat)
export(regionalization_lattice)
export(spat_entropy_alltype)
export(spat_entropy_onetype)
export(spatial_diversity)
import(SpatEntropy)
import(dplyr)
import(ggplot2)
import(magrittr)
import(mclust)
import(rpart)
import(sp)
import(spatstat.explore)
import(spatstat.geom)
import(spatstat.utils)
import(spdep)
importFrom(FNN,get.knnx)
importFrom(RANN,nn2)
importFrom(RTriangle,pslg)
importFrom(RTriangle,triangulate)
importFrom(boot,boot)
importFrom(data.table,setnames)
importFrom(dbmss,Mhat)
importFrom(dbmss,wmppp)
importFrom(ecespa,K1K2)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(gstat,fit.variogram)
importFrom(gstat,variogram)
importFrom(gstat,variogramLine)
importFrom(gstat,vgm)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_data_frame)
importFrom(igraph,assortativity_nominal)
importFrom(igraph,betweenness)
importFrom(igraph,closeness)
importFrom(igraph,degree)
importFrom(igraph,delete_edges)
importFrom(igraph,edges)
importFrom(igraph,graph.data.frame)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,neighborhood)
importFrom(igraph,set_edge_attr)
importFrom(igraph,transitivity)
importFrom(ineq,Gini)
importFrom(ineq,Theil)
importFrom(moments,kurtosis)
importFrom(moments,skewness)
importFrom(plotly,plot_ly)
importFrom(plyr,join.keys)
importFrom(pracma,trapz)
importFrom(reshape2,melt)
importFrom(sf,st_as_sf)
importFrom(sm,sm.density)
importFrom(splancs,as.points)
importFrom(splancs,kernel2d)
importFrom(splancs,mse2d)
importFrom(stats,dist)
importFrom(stringr,str_replace_all)