forked from cran/VFP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (53 loc) · 1.02 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
### Generics and functions defined in this package
# predict.VFP is required
export(
"as.rgb",
"fit.vfp",
"print.VFP",
"summary.VFP",
"plot.VFP",
"predict.VFP",
"predictMean",
"getMat.VCA",
"coef.VFP",
"legend.rm",
"powfun2simple",
"powfun3",
"powfun3simple",
"powfun4",
"powfun4simple",
"powfun5",
"powfun5simple",
"powfun6",
"powfun6simple",
"powfun7",
"powfun7simple",
"powfun8",
"powfun8simple",
"powfun9simple",
"conditionHandler",
"deriveCx",
"precisionPlot"
)
### Packages which are imported (appearing in the Description->Imports enumeration)
import(
"graphics",
"grDevices",
"stats",
"gnm"
)
#importFrom("gnm", "gnm")
importFrom("MASS", "gamma.dispersion")
importFrom("utils", "capture.output")
importFrom("utils", "tail")
importFrom("VCA", "stepwiseVCA")
importFrom("methods", "is")
### exported classes
#
#exportClasses( "VFP"
# )
S3method(print, VFP)
S3method(summary, VFP)
S3method(predict, VFP)
S3method(plot, VFP)
S3method(coef, VFP)