dynGraph {dynGraph} | R Documentation |
dynGraph is a java application that allows to interact with the representation of scatterplots from a dataframe or from a multivariate analysis performed with the FactoMineR package
dynGraph(res)
res |
res can be either a dataframe or results provided by a PCA, CA, MCA, MFA with the FactoMineR package |
Julien Durand and Sebastien Le
library(FactoMineR) data(wine) dynGraph(wine) data(decathlon) res.pca <- PCA(decathlon, quanti.sup = 11:12, quali.sup=13) dynGraph(res.pca)