factoextra 1.0.7

Minor changes

factoextra 1.0.6

Minor changes

Bug fixes

factoextra 1.0.5

Bug fixes

Minor changes

library(factoextra)
data(iris)
res.pca <- prcomp(iris[, -5],  scale = TRUE)

# Visualize and color by a custom continuous variable
fviz_pca_ind(res.pca, col.ind = iris$Sepal.Length,
             legend.title = "Sepal.Length")
library(FactoMineR)
library(factoextra)

.tbl2.1 <- matrix(c(395, 2456,1758,
                    147, 153, 916, 
                    694, 327, 1347),byrow=T,3,3)
dimnames(.tbl2.1) <- list(地域=c("オスロ","中部地域","北部地域"),
                            犯罪=c("強盗", "詐欺","破壊") )


res.CA <- CA(.tbl2.1,graph=FALSE)

fviz_ca_biplot(res.CA,map="simbiplot",title="simbiplot",
               font.family = "HiraKakuProN-W3")

factoextra 1.0.4

New features

Minor changing

Bug fixes

factoextra 1.0.3

NEW FEATURES

MINOR CHANGING

BUG FIXES

factoextra 1.0.2

NEW FEATURES

DEPRECATED FUNCTION

MINOR CHANGING

factoextra 1.0.1

FEATURES