-
Notifications
You must be signed in to change notification settings - Fork 83
/
NAMESPACE
114 lines (113 loc) · 2.73 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
# Generated by roxygen2: do not edit by hand
S3method(predict,superClass)
S3method(predict,unsuperClass)
S3method(print,mapValidation)
S3method(print,superClass)
S3method(print,unsuperClass)
S3method(summary,ImageMetaData)
export("%>%")
export(ImageMetaData)
export(classifyQA)
export(cloudMask)
export(cloudShadowMask)
export(coregisterImages)
export(decodeQA)
export(encodeQA)
export(estimateHaze)
export(fCover)
export(fortifySpatRaster)
export(getMeta)
export(getValidation)
export(ggR)
export(ggRGB)
export(histMatch)
export(mesma)
export(normImage)
export(oneHotEncode)
export(panSharpen)
export(pifMatch)
export(radCor)
export(rasterCVA)
export(rasterEntropy)
export(rasterPCA)
export(readEE)
export(readMeta)
export(readRSTBX)
export(readSLI)
export(rescaleImage)
export(rsOpts)
export(sam)
export(saveRSTBX)
export(spectralIndices)
export(stackMeta)
export(superClass)
export(tasseledCap)
export(topCor)
export(unsuperClass)
export(validateMap)
export(writeSLI)
import(sf)
import(terra)
importFrom(Rcpp,sourceCpp)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(caret,confusionMatrix)
importFrom(caret,createDataPartition)
importFrom(caret,createFolds)
importFrom(caret,getTrainPerf)
importFrom(caret,postResample)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarize)
importFrom(exactextractr,exact_extract)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotation_raster)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_identity)
importFrom(grDevices,hsv)
importFrom(graphics,abline)
importFrom(graphics,par)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,show)
importFrom(reshape2,melt)
importFrom(stats,approxfun)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cov.wt)
importFrom(stats,ecdf)
importFrom(stats,kmeans)
importFrom(stats,knots)
importFrom(stats,lm)
importFrom(stats,loadings)
importFrom(stats,setNames)
importFrom(terra,nlyr)
importFrom(terra,rast)
importFrom(terra,selectRange)
importFrom(terra,which.min)
importFrom(tidyr,complete)
importFrom(tidyr,pivot_wider)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,write.table)
useDynLib(RStoolbox)