-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
36 lines (35 loc) · 880 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(climPCA)
export(climPlot)
export(dVoCC)
export(gVoCC)
export(resTime)
export(shiftTime)
export(spatGrad)
export(sumSeries)
export(tempTrend)
export(trajClas)
export(trajLine)
export(voccTraj)
import(data.table)
import(doParallel)
import(foreach)
import(ggplot2)
import(sp)
importFrom(CircStats,deg)
importFrom(CircStats,rad)
importFrom(RColorBrewer,brewer.pal)
importFrom(cowplot,plot_grid)
importFrom(gdistance,shortestPath)
importFrom(geosphere,destPoint)
importFrom(geosphere,distGeo)
importFrom(matrixStats,colMaxs)
importFrom(matrixStats,colMins)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(xts,apply.monthly)
importFrom(xts,apply.quarterly)
importFrom(xts,apply.weekly)
importFrom(xts,apply.yearly)
importFrom(xts,xts)