-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
46 lines (45 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(day_overlap)
export(map_sites)
export(moveCloud)
export(moveReduce)
export(sMoveRes)
export(spaceDir)
export(tMoveRes)
export(timeDir)
importFrom(RCurl,url.exists)
importFrom(dbscan,dbscan)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(grDevices,colorRampPalette)
importFrom(plyr,.)
importFrom(plyr,ddply)
importFrom(plyr,summarise)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(stats,median)
importFrom(stats,weighted.mean)
importFrom(terra,app)
importFrom(terra,cellFromXY)
importFrom(terra,convHull)
importFrom(terra,crds)
importFrom(terra,crs)
importFrom(terra,distance)
importFrom(terra,ext)
importFrom(terra,extend)
importFrom(terra,extract)
importFrom(terra,geom)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,vect)
importFrom(utils,download.file)