forked from 16EAGLE/moveVis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·43 lines (42 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export(animate_move)
export(animate_raster)
export(animate_stats)
export(get_imconvert)
import(ggplot2)
importFrom(RCurl,getURL)
importFrom(animation,ani.options)
importFrom(dismo,gmap)
importFrom(geosphere,distGeo)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,rgb)
importFrom(graphics,plot)
importFrom(grid,arrow)
importFrom(grid,unit)
importFrom(gridExtra,grid.arrange)
importFrom(maptools,gcDestination)
importFrom(methods,is)
importFrom(move,idData)
importFrom(move,move)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getValues)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,rasterToPoints)
importFrom(raster,res)
importFrom(raster,setValues)
importFrom(rasterVis,gplot)
importFrom(reshape,melt)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,spTransform)
importFrom(stats,approxfun)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,unzip)
importFrom(xts,align.time)