-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathDESCRIPTION
82 lines (82 loc) · 2.01 KB
/
DESCRIPTION
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
Package: factoextra
Type: Package
Title: Extract and Visualize the Results of Multivariate Data Analyses
Version: 1.0.7.999
Date: 2020-04-01
Authors@R: c(
person("Alboukadel", "Kassambara", role = c("aut", "cre"), email = "alboukadel.kassambara@gmail.com"),
person("Fabian", "Mundt", role = c("aut"), email = "f.mundt@inventionate.de")
)
Description: Provides some easy-to-use functions to extract and visualize the
output of multivariate data analyses, including 'PCA' (Principal Component
Analysis), 'CA' (Correspondence Analysis), 'MCA' (Multiple Correspondence
Analysis), 'FAMD' (Factor Analysis of Mixed Data), 'MFA' (Multiple Factor Analysis) and 'HMFA' (Hierarchical Multiple
Factor Analysis) functions from different R packages. It contains also functions
for simplifying some clustering analysis steps and provides 'ggplot2' - based
elegant data visualization.
License: GPL-2
LazyData: true
Encoding: UTF-8
Depends:
R (>= 3.1.2),
ggplot2 (>= 2.2.0)
Imports:
abind,
cluster,
dendextend,
FactoMineR,
ggpubr(>= 0.1.5),
grid,
stats,
reshape2,
ggrepel,
tidyr
Suggests:
ade4,
ca,
igraph,
MASS,
knitr,
mclust
URL: http://www.sthda.com/english/rpkgs/factoextra
BugReports: https://github.com/kassambara/factoextra/issues
Collate:
'cluster_utilities.R'
'decathlon2.R'
'print.factoextra.R'
'get_hmfa.R'
'fviz_hmfa.R'
'get_mfa.R'
'fviz_mfa.R'
'deprecated.R'
'fviz_add.R'
'eigenvalue.R'
'utilities.R'
'dist.R'
'fviz_dend.R'
'hcut.R'
'get_pca.R'
'fviz_cluster.R'
'eclust.R'
'facto_summarize.R'
'fviz.R'
'fviz_ca.R'
'fviz_contrib.R'
'fviz_cos2.R'
'fviz_ellipses.R'
'fviz_famd.R'
'get_mca.R'
'fviz_mca.R'
'fviz_mclust.R'
'fviz_nbclust.R'
'fviz_pca.R'
'fviz_silhouette.R'
'get_ca.R'
'get_clust_tendency.R'
'get_famd.R'
'hkmeans.R'
'housetasks.R'
'multishapes.R'
'poison.R'
'zzz.R'
RoxygenNote: 7.1.0