forked from r-spatial/dtwSat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
126 lines (125 loc) · 3.08 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Generated by roxygen2: do not edit by hand
export(asymmetric)
export(createPatterns)
export(getDatesFromDOY)
export(linearWeight)
export(logisticWeight)
export(plot)
export(plotAccuracy)
export(plotAdjustedArea)
export(plotAlignments)
export(plotArea)
export(plotChanges)
export(plotClassification)
export(plotCostMatrix)
export(plotDistance)
export(plotMapSamples)
export(plotMaps)
export(plotMatches)
export(plotPaths)
export(plotPatterns)
export(plotTimeSeries)
export(rabinerJuangStepPattern)
export(resampleTimeSeries)
export(shiftDates)
export(symmetric1)
export(symmetric2)
export(twdtwApply)
export(twdtwApplyParallel)
export(twdtwClassify)
exportMethods("[")
exportMethods("[[")
exportMethods(as.list)
exportMethods(bands)
exportMethods(coordinates)
exportMethods(coverages)
exportMethods(createPatterns)
exportMethods(crop)
exportMethods(dim)
exportMethods(extent)
exportMethods(getAlignments)
exportMethods(getInternals)
exportMethods(getMatches)
exportMethods(getPatterns)
exportMethods(getTimeSeries)
exportMethods(index)
exportMethods(is.twdtwMatches)
exportMethods(is.twdtwRaster)
exportMethods(is.twdtwTimeSeries)
exportMethods(labels)
exportMethods(layers)
exportMethods(length)
exportMethods(levels)
exportMethods(names)
exportMethods(ncol)
exportMethods(nlayers)
exportMethods(nrow)
exportMethods(plot)
exportMethods(projection)
exportMethods(projecttwdtwRaster)
exportMethods(res)
exportMethods(resampleTimeSeries)
exportMethods(shiftDates)
exportMethods(show)
exportMethods(subset)
exportMethods(summary)
exportMethods(twdtwApply)
exportMethods(twdtwApplyParallel)
exportMethods(twdtwAssess)
exportMethods(twdtwClassify)
exportMethods(twdtwCrossValidate)
exportMethods(twdtwMatches)
exportMethods(twdtwRaster)
exportMethods(twdtwTimeSeries)
exportMethods(twdtwXtable)
exportMethods(writeRaster)
import(ggplot2)
import(methods)
import(raster)
import(rgdal)
import(snow)
import(zoo)
importFrom(RColorBrewer,brewer.pal)
importFrom(caret,createDataPartition)
importFrom(dtw,asymmetric)
importFrom(dtw,rabinerJuangStepPattern)
importFrom(dtw,symmetric1)
importFrom(dtw,symmetric2)
importFrom(grDevices,gray.colors)
importFrom(grDevices,terrain.colors)
importFrom(lubridate,"day<-")
importFrom(lubridate,"month<-")
importFrom(lubridate,"year<-")
importFrom(lubridate,day)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(mgcv,gam)
importFrom(mgcv,predict.gam)
importFrom(plyr,alply)
importFrom(proxy,dist)
importFrom(proxy,pr_DB)
importFrom(reshape2,melt)
importFrom(scales,date_format)
importFrom(scales,percent)
importFrom(scales,pretty_breaks)
importFrom(sp,CRS)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,SpatialPolygons)
importFrom(sp,bbox)
importFrom(sp,coordinates)
importFrom(sp,over)
importFrom(sp,spTransform)
importFrom(stats,ave)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,sd)
importFrom(stats,window)
importFrom(stats,xtabs)
importFrom(utils,flush.console)
importFrom(utils,packageDescription)
importFrom(xtable,print.xtable)
importFrom(xtable,xtable)
useDynLib(dtwSat, .registration = TRUE)