forked from cran/ClustOfVar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
39 lines (38 loc) · 881 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
37
38
39
# Generated by roxygen2: do not edit by hand
S3method(plot,clustab)
S3method(plot,clustvar)
S3method(plot,hclustvar)
S3method(predict,clustvar)
S3method(print,clustab)
S3method(print,clustvar)
S3method(print,hclustvar)
S3method(summary,clustab)
S3method(summary,clustvar)
export(bootvar)
export(clust_diss)
export(clusterscore)
export(cutreevar)
export(descript)
export(getnnsvar)
export(hclustvar)
export(kmeansvar)
export(mixedVarSim)
export(plot.clustab)
export(plot.clustvar)
export(plot.hclustvar)
export(predict.clustvar)
export(print.clustab)
export(print.clustvar)
export(print.hclustvar)
export(rand)
export(stability)
export(summary.clustab)
export(summary.clustvar)
importFrom(graphics,axis)
importFrom(graphics,dotchart)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,var)
importFrom(utils,combn)