-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
export(collisionEnergyLabel)
export(createDataPlots)
export(createFits)
export(dlnormMode)
export(dlnormPar)
export(fits)
export(flip)
export(plotFits)
export(plotFragmentPpmBoxplot)
export(plotMassDensityDistribution)
export(plotMzVsMerrPpm)
export(plotNumberOfSamplesPerCombinationId)
export(plotParameterConfidenceIntervals)
export(plotPrecCollEnergyVsFoundIntensity)
export(plotPrecCollEnergyVsMassErrorPpm)
export(plotPrecCollEnergyVsScanRelativeIntensityNormalized)
export(plotPrecCollEnergyVsScanRelativeIntensityOverlay)
export(plotPredictedFits)
export(plotRawTicVsTotalIonCurrent)
export(plotResiduals)
export(plotResidualsMeanSumSq)
export(plotResidualsQQ)
export(plotScanRelativeIntensityHistogram)
importFrom(magrittr,"%>%")
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,deviance)
importFrom(stats,df.residual)
importFrom(stats,dlnorm)
importFrom(stats,logLik)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,sigma)
importFrom(utils,data)