powered by
Plot PCA, CA or MCA.
# S3 method for factorial plot(x, type = c("ind", "cor", "eig"), axes = c(1, 2), ...)
The PCA, CA or MCA result (object of class factorial-class).
factorial-class
The graph to plot.
The factorial axes to be printed (numeric vector).
vector
Other parameters.
CA, MCA, PCA, plot.CA, plot.MCA, plot.PCA, factorial-class
CA
MCA
PCA
plot.CA
plot.MCA
plot.PCA
require (datasets) data (iris) pca = PCA (iris, quali.sup = 5) plot (pca) plot (pca, type = "cor") plot (pca, type = "eig")
Run the code above in your browser using DataLab