-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
259 lines (258 loc) · 6.88 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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# Generated by roxygen2: do not edit by hand
export(aggregate_raster)
export(arrivals_by_containers)
export(arrivals_by_fertiliser)
export(arrivals_by_food)
export(arrivals_by_goods)
export(arrivals_by_machinery)
export(arrivals_by_mail)
export(arrivals_by_nurserystock)
export(arrivals_by_residents)
export(arrivals_by_torres)
export(arrivals_by_tourists)
export(arrivals_by_vessels)
export(arrivals_by_wind)
export(binarize_and_aggregate)
export(calc_EE)
export(calc_pathway_pr)
export(calc_proportion)
export(calculate_median)
export(captured_by_ncells)
export(combine_arrivals)
export(combine_pathways)
export(container_weights)
export(download_worldclim2)
export(establishment_likelihood)
export(excel_to_plan)
export(exp_function)
export(extract_highest_ncells)
export(extract_worldclim2)
export(fertiliser_by_nrm)
export(fertiliser_weight)
export(fill_na)
export(gdal_reproject)
export(get_airport_dist)
export(get_gbif_records)
export(initialise_raster)
export(interactive_map)
export(max_normalize)
export(min_max_normalize)
export(na_mask)
export(ncells_4_threshold)
export(plot_establishment_captured)
export(plot_raster)
export(port_weights)
export(pr_establishment)
export(range_bag)
export(rasterize_range)
export(rasterize_vector)
export(rasterize_wind)
export(record_flagger)
export(rle_compress)
export(species_plan)
export(static_map)
export(step_function)
export(suitability)
export(surveillance_coverage)
export(threshold_raster)
export(weight_airport_dist)
importFrom(alphahull,ahull)
importFrom(alphahull,anglesArc)
importFrom(countrycode,countrycode)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(drake,code_to_plan)
importFrom(drake,drake_plan)
importFrom(drake,file_in)
importFrom(drake,file_out)
importFrom(drake,plan)
importFrom(fasterize,fasterize)
importFrom(furrr,future_map)
importFrom(furrr,future_options)
importFrom(gdalUtilities,gdal_rasterize)
importFrom(gdalUtilities,gdalwarp)
importFrom(geometry,convhulln)
importFrom(geometry,delaunayn)
importFrom(geometry,tsearchn)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(glue,glue)
importFrom(htmlwidgets,saveWidget)
importFrom(httr,RETRY)
importFrom(httr,write_disk)
importFrom(leafem,addMouseCoordinates)
importFrom(leaflet,addMiniMap)
importFrom(magrittr,"%>%")
importFrom(magrittr,'%>%')
importFrom(magrittr,divide_by)
importFrom(magrittr,multiply_by)
importFrom(mapedit,selectFeatures)
importFrom(methods,"slot<-")
importFrom(methods,is)
importFrom(methods,slot)
importFrom(purrr,map_df)
importFrom(purrr,set_names)
importFrom(raster,Which)
importFrom(raster,aggregate)
importFrom(raster,as.data.frame)
importFrom(raster,blockSize)
importFrom(raster,boundaries)
importFrom(raster,buffer)
importFrom(raster,calc)
importFrom(raster,cellFromXY)
importFrom(raster,cellStats)
importFrom(raster,compareCRS)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,distance)
importFrom(raster,dropLayer)
importFrom(raster,extension)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,focal)
importFrom(raster,getValues)
importFrom(raster,init)
importFrom(raster,mask)
importFrom(raster,maxValue)
importFrom(raster,minValue)
importFrom(raster,ncell)
importFrom(raster,nlayers)
importFrom(raster,overlay)
importFrom(raster,plot)
importFrom(raster,projectRaster)
importFrom(raster,projection)
importFrom(raster,quantile)
importFrom(raster,raster)
importFrom(raster,rasterFromXYZ)
importFrom(raster,rasterToPoints)
importFrom(raster,res)
importFrom(raster,setMinMax)
importFrom(raster,setValues)
importFrom(raster,stack)
importFrom(raster,subset)
importFrom(raster,unstack)
importFrom(raster,writeRaster)
importFrom(raster,xres)
importFrom(raster,xyFromCell)
importFrom(raster,yres)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,cols_only)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rgbif,name_backbone)
importFrom(rgbif,occ_count)
importFrom(rgbif,occ_download)
importFrom(rgbif,occ_download_wait)
importFrom(rgbif,occ_search)
importFrom(rgbif,pred)
importFrom(rgbif,pred_gte)
importFrom(rgbif,pred_in)
importFrom(rlang,"!!")
importFrom(rnaturalearth,ne_countries)
importFrom(sf,as_Spatial)
importFrom(sf,read_sf)
importFrom(sf,sf_use_s2)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_boundary)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_collection_extract)
importFrom(sf,st_contains)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_join)
importFrom(sf,st_make_valid)
importFrom(sf,st_multipoint)
importFrom(sf,st_nearest_feature)
importFrom(sf,st_read)
importFrom(sf,st_set_crs)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_voronoi)
importFrom(sf,st_write)
importFrom(sf,write_sf)
importFrom(sp,CRS)
importFrom(sp,Line)
importFrom(sp,Lines)
importFrom(sp,Polygons)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialLinesDataFrame)
importFrom(sp,SpatialPolygons)
importFrom(sp,coordinates)
importFrom(sp,proj4string)
importFrom(sp,spDists)
importFrom(sp,spTransform)
importFrom(stars,read_stars)
importFrom(stars,st_as_stars)
importFrom(stars,st_rasterize)
importFrom(stars,write_stars)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,plogis)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,rbinom)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,setNames)
importFrom(stplanr,rnet_get_nodes)
importFrom(tidyr,gather)
importFrom(tidyr,replace_na)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(tmap,tm_compass)
importFrom(tmap,tm_dots)
importFrom(tmap,tm_facets)
importFrom(tmap,tm_layout)
importFrom(tmap,tm_legend)
importFrom(tmap,tm_polygons)
importFrom(tmap,tm_raster)
importFrom(tmap,tm_rgb)
importFrom(tmap,tm_scale_bar)
importFrom(tmap,tm_shape)
importFrom(tmap,tmap_arrange)
importFrom(tmap,tmap_leaflet)
importFrom(tmap,tmap_mode)
importFrom(tmap,tmap_options)
importFrom(tmap,tmap_save)
importFrom(tmaptools,bb)
importFrom(tmaptools,read_osm)
importFrom(tmaptools,tmap.pal.info)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,unzip)