dynGraph {dynGraph}R Documentation

Interactive visualization of dataframes and factorial planes

Description

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

Usage

dynGraph(res)

Arguments

res res can be either a dataframe or results provided by a PCA, CA, MCA, MFA with the FactoMineR package

Author(s)

Julien Durand and Sebastien Le

Examples

library(FactoMineR)

data(wine)
dynGraph(wine)

data(decathlon)
res.pca <- PCA(decathlon, quanti.sup = 11:12, quali.sup=13)
dynGraph(res.pca)


[Package dynGraph version 0.99070509 Index]