-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
105 lines (104 loc) · 2.67 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
# Generated by roxygen2: do not edit by hand
export(.AlignArraysMBO)
export(.addLegend)
export(.chkArgs)
export(.chkReqGraphicsPkgs)
export(.cleanArgs2D)
export(.createScale)
export(.drawScale)
export(.evalArrayOverlapMBO)
export(.findExtreme)
export(.findNA)
export(.findZeros)
export(.getAlignOrder)
export(.getLimits)
export(.getPN)
export(.makeArray)
export(.makeArray2)
export(.mapColors)
export(.noiseSurface)
export(.plotEngine)
export(.rescale)
export(.sH)
export(.shiftArray)
export(.symAroundZero)
export(.unstack)
export(LofC)
export(LofL)
export(calcLvls)
export(centscaleSpectra2D)
export(check4Gaps)
export(chkSpectra)
export(computeVolume)
export(files2Spectra2DObject)
export(hats_alignSpectra2D)
export(import2Dspectra)
export(inspectLvls)
export(miaSpectra2D)
export(normSpectra2D)
export(pfacSpectra2D)
export(plotLoadings2D)
export(plotScores)
export(plotScree)
export(plotSlice)
export(plotSpectra2D)
export(popSpectra2D)
export(removeFreq)
export(removeGroup)
export(removePeaks2D)
export(removeSample)
export(shiftSpectra2D)
export(showScale)
export(sumGroups)
export(sumSpectra)
importFrom(ChemoSpecUtils,.addLegend)
importFrom(ChemoSpecUtils,.chkArgs)
importFrom(ChemoSpecUtils,.chkReqGraphicsPkgs)
importFrom(ChemoSpecUtils,.findNA)
importFrom(ChemoSpecUtils,.getLimits)
importFrom(ChemoSpecUtils,.groupNcolor)
importFrom(ChemoSpecUtils,check4Gaps)
importFrom(ChemoSpecUtils,chkSpectra)
importFrom(ChemoSpecUtils,plotScores)
importFrom(ChemoSpecUtils,plotScree)
importFrom(ChemoSpecUtils,removeFreq)
importFrom(ChemoSpecUtils,removeGroup)
importFrom(ChemoSpecUtils,removeSample)
importFrom(ChemoSpecUtils,rowDist)
importFrom(ChemoSpecUtils,sumGroups)
importFrom(ChemoSpecUtils,sumSpectra)
importFrom(colorspace,deutan)
importFrom(colorspace,protan)
importFrom(colorspace,sequential_hcl)
importFrom(colorspace,tritan)
importFrom(ggplot2,ggtitle)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterSetRNGStream)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(readJDX,readJDX)
importFrom(stats,ecdf)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(tools,file_path_sans_ext)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)