Welcome to ClientVPS Mirrors

NEWS

factoextra 2.0.0

Major modernization release after 6 years. Resolves 30+ open issues and aligns with the current R/ggplot2/FactoMineR ecosystem.

Breaking Changes

ggplot2 Compatibility Fixes

Bug Fixes

New Features

Internal

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

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.