|
1 | 1 | # Generated by roxygen2: do not edit by hand
|
2 | 2 |
|
3 |
| -export(backSample) |
4 |
| -export(dataQuery) |
5 |
| -export(hotMove) |
6 |
| -export(hotMoveStats) |
7 |
| -export(imgInt) |
8 |
| -export(intime) |
9 |
| -export(intime2) |
10 |
| -export(labelSample) |
| 3 | +export(day_overlap) |
| 4 | +export(map_sites) |
11 | 5 | export(moveCloud)
|
12 | 6 | export(moveReduce)
|
13 |
| -export(moveSeg) |
14 |
| -export(plausibilityTest) |
15 |
| -export(plotMove) |
16 |
| -export(predictResources) |
17 |
| -export(rsComposite) |
18 |
| -export(runmean2) |
19 | 7 | export(sMoveRes)
|
20 |
| -export(sampleMove) |
21 |
| -export(segRaster) |
22 | 8 | export(spaceDir)
|
23 |
| -export(specVar) |
24 | 9 | export(tMoveRes)
|
25 | 10 | export(timeDir)
|
26 |
| -import(raster) |
27 |
| -import(sp) |
28 | 11 | importFrom(RCurl,url.exists)
|
29 |
| -importFrom(Rcpp,evalCpp) |
30 |
| -importFrom(Rcpp,sourceCpp) |
31 |
| -importFrom(caret,train) |
32 |
| -importFrom(caret,trainControl) |
33 |
| -importFrom(ggplot2,aes_string) |
| 12 | +importFrom(dbscan,dbscan) |
| 13 | +importFrom(ggplot2,aes) |
| 14 | +importFrom(ggplot2,coord_cartesian) |
34 | 15 | importFrom(ggplot2,element_blank)
|
35 |
| -importFrom(ggplot2,element_text) |
36 |
| -importFrom(ggplot2,facet_wrap) |
37 |
| -importFrom(ggplot2,fortify) |
| 16 | +importFrom(ggplot2,element_line) |
38 | 17 | importFrom(ggplot2,geom_bar)
|
39 |
| -importFrom(ggplot2,geom_boxplot) |
40 |
| -importFrom(ggplot2,geom_histogram) |
41 |
| -importFrom(ggplot2,geom_line) |
42 |
| -importFrom(ggplot2,geom_path) |
43 |
| -importFrom(ggplot2,geom_point) |
44 |
| -importFrom(ggplot2,geom_polygon) |
45 | 18 | importFrom(ggplot2,ggplot)
|
46 |
| -importFrom(ggplot2,guide_legend) |
47 |
| -importFrom(ggplot2,guides) |
48 | 19 | importFrom(ggplot2,labs)
|
49 |
| -importFrom(ggplot2,scale_color_discrete) |
50 |
| -importFrom(ggplot2,scale_color_gradientn) |
51 |
| -importFrom(ggplot2,scale_fill_discrete) |
52 | 20 | importFrom(ggplot2,scale_fill_gradientn)
|
53 |
| -importFrom(ggplot2,scale_fill_manual) |
54 |
| -importFrom(ggplot2,scale_size_continuous) |
| 21 | +importFrom(ggplot2,scale_y_continuous) |
55 | 22 | importFrom(ggplot2,theme)
|
56 |
| -importFrom(ggplot2,theme_bw) |
57 |
| -importFrom(ggplot2,unit) |
58 |
| -importFrom(ggplot2,xlab) |
59 |
| -importFrom(ggplot2,xlim) |
60 |
| -importFrom(ggplot2,ylab) |
61 |
| -importFrom(ggplot2,ylim) |
62 |
| -importFrom(grDevices,chull) |
63 | 23 | importFrom(grDevices,colorRampPalette)
|
64 |
| -importFrom(grDevices,rainbow) |
65 |
| -importFrom(lubridate,is.Date) |
66 |
| -importFrom(plyr,join) |
67 |
| -importFrom(pryr,mem_used) |
68 |
| -importFrom(raster,aggregate) |
69 |
| -importFrom(raster,brick) |
70 |
| -importFrom(raster,calc) |
71 |
| -importFrom(raster,cellFromXY) |
72 |
| -importFrom(raster,cellStats) |
73 |
| -importFrom(raster,clump) |
74 |
| -importFrom(raster,colFromCell) |
75 |
| -importFrom(raster,crop) |
76 |
| -importFrom(raster,crs) |
77 |
| -importFrom(raster,disaggregate) |
78 |
| -importFrom(raster,extend) |
79 |
| -importFrom(raster,extent) |
80 |
| -importFrom(raster,extract) |
81 |
| -importFrom(raster,focal) |
82 |
| -importFrom(raster,freq) |
83 |
| -importFrom(raster,getValues) |
84 |
| -importFrom(raster,ncell) |
85 |
| -importFrom(raster,nlayers) |
86 |
| -importFrom(raster,raster) |
87 |
| -importFrom(raster,rasterize) |
88 |
| -importFrom(raster,res) |
89 |
| -importFrom(raster,rowFromCell) |
90 |
| -importFrom(raster,setValues) |
91 |
| -importFrom(raster,xyFromCell) |
92 |
| -importFrom(sp,CRS) |
| 24 | +importFrom(plyr,.) |
| 25 | +importFrom(plyr,ddply) |
| 26 | +importFrom(plyr,summarise) |
93 | 27 | importFrom(sp,Polygon)
|
94 | 28 | importFrom(sp,Polygons)
|
95 |
| -importFrom(sp,SpatialPoints) |
96 |
| -importFrom(sp,SpatialPointsDataFrame) |
97 | 29 | importFrom(sp,SpatialPolygons)
|
98 | 30 | importFrom(sp,SpatialPolygonsDataFrame)
|
99 |
| -importFrom(sp,spTransform) |
100 |
| -importFrom(stats,as.formula) |
101 |
| -importFrom(stats,complete.cases) |
102 |
| -importFrom(stats,lm) |
103 | 31 | importFrom(stats,median)
|
104 |
| -importFrom(stats,prcomp) |
105 |
| -importFrom(stats,sd) |
| 32 | +importFrom(stats,weighted.mean) |
| 33 | +importFrom(terra,app) |
| 34 | +importFrom(terra,cellFromXY) |
| 35 | +importFrom(terra,convHull) |
| 36 | +importFrom(terra,crds) |
| 37 | +importFrom(terra,crs) |
| 38 | +importFrom(terra,distance) |
| 39 | +importFrom(terra,ext) |
| 40 | +importFrom(terra,extend) |
| 41 | +importFrom(terra,extract) |
| 42 | +importFrom(terra,geom) |
| 43 | +importFrom(terra,rast) |
| 44 | +importFrom(terra,rasterize) |
| 45 | +importFrom(terra,vect) |
106 | 46 | importFrom(utils,download.file)
|
107 |
| -useDynLib(rsMove) |
0 commit comments