-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
231 lines (230 loc) · 6.36 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# Generated by roxygen2: do not edit by hand
export(EstConefor)
export(MK_BCentrality)
export(MK_Connect_grid)
export(MK_Focal_nodes)
export(MK_Fragmentation)
export(MK_ProtConn)
export(MK_ProtConnMult)
export(MK_ProtConn_raster)
export(MK_RMCentrality)
export(MK_dECA)
export(MK_dECA_grid)
export(MK_dPCIIC)
export(MK_dPCIIC_links)
export(close_multiprocess)
export(dispersal_distance)
export(distancefile)
export(make_grid)
export(nodesfile)
export(probability_distance)
export(test_metric_distance)
export(unit_convert)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(cppRouting,get_distance_matrix)
importFrom(cppRouting,makegraph)
importFrom(data.table,rbindlist)
importFrom(formattable,area)
importFrom(formattable,as.htmlwidget)
importFrom(formattable,color_bar)
importFrom(formattable,color_tile)
importFrom(formattable,formattable)
importFrom(formattable,formatter)
importFrom(formattable,percent)
importFrom(formattable,proportion)
importFrom(formattable,style)
importFrom(furrr,future_map)
importFrom(furrr,future_map_dbl)
importFrom(furrr,future_map_dfc)
importFrom(furrr,future_map_dfr)
importFrom(future,availableCores)
importFrom(future,multicore)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(gdistance,commuteDistance)
importFrom(gdistance,costDistance)
importFrom(gdistance,geoCorrection)
importFrom(gdistance,transition)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggpubr,ggarrange)
importFrom(googledrive,as_id)
importFrom(googledrive,drive_download)
importFrom(grDevices,dev.off)
importFrom(grDevices,tiff)
importFrom(graph4lg,mat_cost_dist)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,add_edges)
importFrom(igraph,as_ids)
importFrom(igraph,betweenness)
importFrom(igraph,closeness)
importFrom(igraph,cluster_louvain)
importFrom(igraph,clusters)
importFrom(igraph,degree)
importFrom(igraph,delete_edges)
importFrom(igraph,delete_vertices)
importFrom(igraph,distances)
importFrom(igraph,evcent)
importFrom(igraph,graph.adjacency)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,strength)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(ps,ps)
importFrom(purrr,compact)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,walk)
importFrom(rappdirs,user_data_dir)
importFrom(raster,"crs<-")
importFrom(raster,"extent<-")
importFrom(raster,"projection<-")
importFrom(raster,"res<-")
importFrom(raster,as.matrix)
importFrom(raster,beginCluster)
importFrom(raster,buffer)
importFrom(raster,clump)
importFrom(raster,clusterR)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,endCluster)
importFrom(raster,extend)
importFrom(raster,extent)
importFrom(raster,intersect)
importFrom(raster,mask)
importFrom(raster,plot)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,rasterTmpFile)
importFrom(raster,rasterToPoints)
importFrom(raster,reclassify)
importFrom(raster,res)
importFrom(raster,resample)
importFrom(raster,stack)
importFrom(raster,trim)
importFrom(raster,unique)
importFrom(raster,values)
importFrom(raster,writeRaster)
importFrom(raster,xyFromCell)
importFrom(rlang,.data)
importFrom(rmapshaper,ms_clip)
importFrom(rmapshaper,ms_dissolve)
importFrom(rmapshaper,ms_explode)
importFrom(rmapshaper,ms_simplify)
importFrom(sf,"st_geometry<-")
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_boundary)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_collection_extract)
importFrom(sf,st_combine)
importFrom(sf,st_convex_hull)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_difference)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_is_empty)
importFrom(sf,st_is_valid)
importFrom(sf,st_length)
importFrom(sf,st_make_grid)
importFrom(sf,st_point_on_surface)
importFrom(sf,st_sf)
importFrom(sf,st_simplify)
importFrom(sf,st_touches)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_voronoi)
importFrom(sf,st_within)
importFrom(sf,st_write)
importFrom(sf,st_zm)
importFrom(sf,write_sf)
importFrom(stats,as.dist)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(terra,aggregate)
importFrom(terra,as.polygons)
importFrom(terra,buffer)
importFrom(terra,classify)
importFrom(terra,crop)
importFrom(terra,freq)
importFrom(terra,intersect)
importFrom(terra,mask)
importFrom(terra,minmax)
importFrom(terra,na.omit)
importFrom(terra,patches)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,res)
importFrom(terra,subst)
importFrom(terra,trim)
importFrom(terra,unique)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(tools,pskill)
importFrom(utils,combn)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,object.size)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)
importFrom(utils,write.table)