-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
executable file
·36 lines (35 loc) · 926 Bytes
/
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(permute)
exportClasses(ClassifiedPoints)
exportClasses(Mlp)
exportClasses(Pcp)
exportClasses(PermutationResults)
exportMethods(c)
exportMethods(classify)
exportMethods(conf.int)
exportMethods(getData)
exportMethods(initialize)
exportMethods(mlp)
exportMethods(pcp)
exportMethods(permute)
exportMethods(plot)
exportMethods(pvalue)
exportMethods(show)
import(methods)
importFrom(RColorBrewer,brewer.pal)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,n2mfrow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,title)
importFrom(pracma,crossn)
importFrom(princurve,principal_curve)
importFrom(scatterplot3d,scatterplot3d)
importFrom(stats,binom.test)
importFrom(utils,combn)