forked from kassambara/factoextra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
100 lines (99 loc) · 2.15 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Generated by roxygen2: do not edit by hand
S3method(print,factoextra)
S3method(print,hkmeans)
export(eclust)
export(facto_summarize)
export(fviz)
export(fviz_add)
export(fviz_ca)
export(fviz_ca_biplot)
export(fviz_ca_col)
export(fviz_ca_row)
export(fviz_cluster)
export(fviz_contrib)
export(fviz_cos2)
export(fviz_dend)
export(fviz_dist)
export(fviz_eig)
export(fviz_ellipses)
export(fviz_famd)
export(fviz_famd_ind)
export(fviz_famd_var)
export(fviz_gap_stat)
export(fviz_hmfa)
export(fviz_hmfa_group)
export(fviz_hmfa_ind)
export(fviz_hmfa_ind_starplot)
export(fviz_hmfa_quali_biplot)
export(fviz_hmfa_quali_var)
export(fviz_hmfa_quanti_var)
export(fviz_hmfa_var)
export(fviz_mca)
export(fviz_mca_biplot)
export(fviz_mca_ind)
export(fviz_mca_var)
export(fviz_mclust)
export(fviz_mclust_bic)
export(fviz_mfa)
export(fviz_mfa_axes)
export(fviz_mfa_group)
export(fviz_mfa_ind)
export(fviz_mfa_ind_starplot)
export(fviz_mfa_quali_biplot)
export(fviz_mfa_quali_var)
export(fviz_mfa_quanti_var)
export(fviz_mfa_var)
export(fviz_nbclust)
export(fviz_pca)
export(fviz_pca_biplot)
export(fviz_pca_contrib)
export(fviz_pca_ind)
export(fviz_pca_var)
export(fviz_screeplot)
export(fviz_silhouette)
export(get_ca)
export(get_ca_col)
export(get_ca_row)
export(get_clust_tendency)
export(get_dist)
export(get_eig)
export(get_eigenvalue)
export(get_famd)
export(get_famd_ind)
export(get_famd_var)
export(get_hmfa)
export(get_hmfa_group)
export(get_hmfa_ind)
export(get_hmfa_partial)
export(get_hmfa_quali_var)
export(get_hmfa_quanti_var)
export(get_hmfa_var)
export(get_mca)
export(get_mca_ind)
export(get_mca_var)
export(get_mfa)
export(get_mfa_group)
export(get_mfa_ind)
export(get_mfa_partial_axes)
export(get_mfa_quali_var)
export(get_mfa_quanti_var)
export(get_mfa_var)
export(get_pca)
export(get_pca_ind)
export(get_pca_var)
export(hcut)
export(hkmeans)
export(hkmeans_tree)
import(ggplot2)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,chull)
importFrom(graphics,plot)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,kmeans)
importFrom(stats,na.omit)
importFrom(stats,qchisq)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(utils,data)