Plot function for factorial-class
Plot PCA, CA or MCA.
## S3 method for class 'factorial' plot(x, type = c("ind", "cor", "eig"), axes = c(1, 2), ...)
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. |
require (datasets) data (iris) pca = PCA (iris, quali.sup = 5) plot (pca) plot (pca, type = "cor") plot (pca, type = "eig")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.