-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
72 lines (63 loc) · 1.3 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
################################
# NAMESPACE file for ifultools #
################################
useDynLib(ifultools)
###
# IMPORTS
###
import(splus2R, MASS)
importFrom("graphics", "abline", "axis", "frame", "matlines", "par",
"strheight", "strwidth", "text", "title")
importFrom("methods", "as", "is")
importFrom("stats", "approx", "lm", "supsmu", "time", "var")
importFrom("utils", "packageVersion")
###
# S3 Generics
###
###
# R/sysdata.rda Data
##
###
# S3 Functions
###
export(ACVStoPACS)
export(aggregateData)
export(autoKey)
export(autoText)
export(checkRange)
export(checkScalarType)
export(checkVectorType)
export(decibel)
export(em)
export(gridOverlay)
export(ilogb)
export(isVectorAtomic)
export(itCall)
export(linearFit)
export(linearSegmentation)
export(logScale)
export(mergeList)
export(mutilsDistanceMetric)
export(mutilsFilterType)
export(mutilsFilterTypeContinuous)
export(mutilsSDF)
export(mutilsTransformPeakType)
export(mutilsTransformType)
export(mutilsWSShrinkageFunction)
export(mutilsWSThresholdFunction)
export(nextDyadic)
export(ordinal)
export(prettyPrintList)
export(properCase)
export(rotateVector)
export(scaleData)
export(scaleZoom)
export(solveODE)
export(sparsestQuadrant)
export(splitplot)
export(stackPlot)
export(stringSize)
export(variance)
###
# Exported S3 Methods
###