-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
export(baseline)
export(binning)
export(blockNorm)
export(blockScale)
export(cochranTest)
export(continuumRemoval)
export(detrend)
export(duplex)
export(gapDer)
export(honigs)
export(kenStone)
export(movav)
export(msc)
export(naes)
export(puchwein)
export(readASD)
export(read_nircal)
export(resample)
export(resample2)
export(savitzkyGolay)
export(shenkWest)
export(spliceCorrection)
export(standardNormalVariate)
import(Rcpp)
import(foreach)
import(iterators)
import(lifecycle)
import(mathjaxr)
importFrom(grDevices,chull)
importFrom(graphics,legend)
importFrom(graphics,matplot)
importFrom(lifecycle,deprecate_soft)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,cov)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,prcomp)
importFrom(stats,qf)
importFrom(stats,sd)
importFrom(stats,splinefun)
importFrom(stats,var)
importFrom(utils,download.file)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(prospectr)