-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.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
# Generated by roxygen2: do not edit by hand
export(geocode_address)
export(id_repeat)
export(kde_int_comp)
export(kde_map)
export(near_repeat_analysis)
export(near_repeat_eval)
export(ts_daily_decomp)
export(ts_forecast)
export(ts_month_decomp)
import(htmltools)
import(leaflet)
importFrom(KernSmooth,bkde2D)
importFrom(forecast,forecast)
importFrom(ggmap,geocode)
importFrom(grDevices,contourLines)
importFrom(grDevices,dev.control)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray.colors)
importFrom(grDevices,heat.colors)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,recordPlot)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(htmltools,tags)
importFrom(igraph,components)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(leafsync,sync)
importFrom(lubridate,parse_date_time)
importFrom(pals,parula)
importFrom(raster,crs)
importFrom(raster,plot)
importFrom(raster,raster)
importFrom(raster,values)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPolygons)
importFrom(stats,HoltWinters)
importFrom(stats,approx)
importFrom(stats,bw.nrd0)
importFrom(stats,complete.cases)
importFrom(stats,dist)
importFrom(stats,stl)
importFrom(stats,ts)
importFrom(terra,crds)
importFrom(terra,crs)
importFrom(terra,vect)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)