-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
47 lines (46 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
export(Areal_data)
export(Bhattacharyya)
export(Data_Vis)
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(moran_I_BV)
export(normalized_coords)
export(plot_variogram)
export(regionalization_crosscorrelation_geostat)
export(regionalization_crosscorrelation_lattice)
export(regionalization_geostat)
export(regionalization_lattice)
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(boot,boot)
importFrom(dbmss,Mhat)
importFrom(dbmss,wmppp)
importFrom(ecespa,K1K2)
importFrom(gstat,fit.variogram)
importFrom(gstat,variogram)
importFrom(gstat,variogramLine)
importFrom(gstat,vgm)
importFrom(plotly,plot_ly)
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(stringr,str_replace_all)