-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
60 lines (59 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
S3method(plot,calkmeans)
S3method(plot,pvts)
S3method(print,fusionRS)
S3method(print,mla)
S3method(print,pvts)
export(calkmeans)
export(calmla)
export(coverChange)
export(fusionRS)
export(gevi)
export(indices)
export(linearTrend)
export(mla)
export(ndfiSMA)
export(pvts)
export(pvtsRaster)
export(rkmeans)
export(sma)
export(smootH)
export(tct)
importFrom(WilcoxCV,generate.split)
importFrom(caret,confusionMatrix)
importFrom(caret,createFolds)
importFrom(caret,knn3)
importFrom(caret,train)
importFrom(dplyr,bind_rows)
importFrom(e1071,naiveBayes)
importFrom(e1071,svm)
importFrom(factoextra,get_pca_var)
importFrom(forecast,na.interp)
importFrom(grDevices,adjustcolor)
importFrom(graphics,abline)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(randomForest,randomForest)
importFrom(raster,`values<-`)
importFrom(raster,as.data.frame)
importFrom(raster,as.matrix)
importFrom(raster,brick)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getValues)
importFrom(raster,plotRGB)
importFrom(raster,predict)
importFrom(raster,raster)
importFrom(raster,values)
importFrom(rgeos,gIntersects)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,sd)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(zoo,na.approx)
importFrom(zoo,na.spline)