fortify.MCA: Prepares the data for 'ggplot.model'.

Description Usage Arguments Value See Also Examples

View source: R/fortify.MCA.R

Description

Prepares the data for ggplot.model.

Usage

1
2
## S3 method for class 'MCA'
fortify(model, data, quali.sup = TRUE, ...)

Arguments

model

an model of class MCA

data

not used.

...

other parameters to be passed.

Value

a dataframe suitable for autoplot.MCA.

See Also

autoplot.MCA

Examples

1
2
3
4
library(FactoMineR)
data(tea)
tea.mca <- MCA(tea[,1:18], graph=FALSE)
autoplot(tea.mca)

joelgombin/ggplot.acm documentation built on May 19, 2019, 3 p.m.