plot.factorial {fdm2id} | R Documentation |
Plot function for factorial-class
Description
Plot PCA, CA or MCA.
Usage
## S3 method for class 'factorial'
plot(x, type = c("ind", "cor", "eig"), axes = c(1, 2), ...)
Arguments
x |
The PCA, CA or MCA result (object of class |
type |
The graph to plot. |
axes |
The factorial axes to be printed (numeric |
... |
Other parameters. |
See Also
CA
, MCA
, PCA
, plot.CA
, plot.MCA
, plot.PCA
, factorial-class
Examples
require (datasets)
data (iris)
pca = PCA (iris, quali.sup = 5)
plot (pca)
plot (pca, type = "cor")
plot (pca, type = "eig")
[Package fdm2id version 0.9.9 Index]