-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
89 lines (88 loc) · 2.3 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
# Generated by roxygen2: do not edit by hand
S3method(plot,localjc)
S3method(plot,localsrq)
S3method(plot,m_surr)
S3method(plot,qmap)
S3method(plot,scantest)
S3method(plot,spqtest)
S3method(plot,sprunstest)
S3method(print,localjc)
S3method(print,localsrq)
S3method(print,m_surr)
S3method(print,summary.spjctest)
S3method(print,summary.spqtest)
S3method(summary,m_surr)
S3method(summary,scantest)
S3method(summary,spjctest)
S3method(summary,spqtest)
export(Q.map.test)
export(Q.test)
export(cr_symb)
export(dgp.spq)
export(jc.test)
export(local.jc.test)
export(local.sp.runs.test)
export(m.surround)
export(nb2nb_order)
export(scan.test)
export(similarity.test)
export(sp.runs.test)
importFrom(Matrix,solve)
importFrom(dplyr,group_by)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,symbols)
importFrom(graphics,title)
importFrom(gridExtra,grid.arrange)
importFrom(gtools,combinations)
importFrom(gtools,permutations)
importFrom(igraph,graph.adjacency)
importFrom(igraph,layout.norm)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(rsample,analysis)
importFrom(rsample,bootstraps)
importFrom(sf,st_as_sf)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_read)
importFrom(sp,SpatialPoints)
importFrom(spatialreg,get.ZeroPolicyOption)
importFrom(spdep,joincount.mc)
importFrom(spdep,joincount.multi)
importFrom(spdep,joincount.test)
importFrom(spdep,knearneigh)
importFrom(spdep,knn2nb)
importFrom(spdep,listw2mat)
importFrom(spdep,mat2listw)
importFrom(spdep,nb2listw)
importFrom(spdep,nb2mat)
importFrom(spdep,poly2nb)
importFrom(stats,addmargins)
importFrom(stats,get_all_vars)
importFrom(stats,model.frame)
importFrom(stats,na.action)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,var)