ggvar {explor} | R Documentation |
Graphical representation of the variables (columnss) of a multivariate analysis
Description
This function displays a graphical representation of the variables (columns) of a multivariate analysis.
This function displays a graphical representation of the variables
(columns) of a multiple correspondence analysis generated by the MCA
function of the FactoMineR
package.
Usage
ggvar(obj, ...)
## S3 method for class 'MCA'
ggvar(obj, xax = 1, yax = 2, size = 4, alpha = 0.5, palette = "Set1", ...)
Arguments
obj |
a multivariate analysis results object. Currently only MCA is supported |
... |
arguments passed to other methods |
xax |
number of the x axis |
yax |
number of the y axis |
size |
text size |
alpha |
points opacity |
palette |
palette for variables coloring |
See Also
[Package explor version 0.3.10 Index]