-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
83 lines (82 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
export(ARI1)
export(ARI2)
export(ARVI)
export(AUC)
export(BAI)
export(BAIS2)
export(CCCI)
export(CHL_RE)
export(CRI1)
export(CRI2)
export(CR_RE)
export(CR_SWIR)
export(CR_WL)
export(CR_bound)
export(EVI)
export(EVI2)
export(GNDVI)
export(GRVI1)
export(IQR_outliers)
export(IRECI)
export(LAI_SAVI)
export(MCARI)
export(MSAVI2)
export(MSI)
export(MTCI)
export(NDII)
export(NDI_45)
export(NDSI)
export(NDVI)
export(NDVI705)
export(NDVI_G)
export(NDWI1)
export(NDWI2)
export(PSRI)
export(PSRI_NIR)
export(RE_NDVI)
export(RE_NDWI)
export(S2REP)
export(SAVI)
export(SIPI)
export(SR)
export(compute_CR)
export(compute_S2SI_Raster)
export(compute_S2SI_from_Sensor)
export(compute_SI_CR_Corr)
export(compute_SI_fromExp)
export(compute_SI_fromExp_Corr)
export(functSI)
export(get_closest_bands)
export(listIndices_spinR)
export(mNDVI705)
export(mSR705)
export(nBR_RAW)
export(optimal_SI)
export(optimal_SI_CR)
export(readRasterBands)
export(spectralindices_from_raster)
export(sub_SI_CR_Corr)
export(sub_SI_Corr)
export(wrapperBig_SI_S2perband)
import(cli)
importFrom(Rfast,correls)
importFrom(data.table,data.table)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future.apply,future_lapply)
importFrom(gtools,combinations)
importFrom(gtools,permutations)
importFrom(methods,is)
importFrom(pbapply,pblapply)
importFrom(progress,progress_bar)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(raster,brick)
importFrom(raster,stack)
importFrom(raster,subset)
importFrom(snow,splitRows)
importFrom(stats,IQR)
importFrom(stats,quantile)