plot.catdes {FactoMineR} | R Documentation |
Plots a graph from a catdes output.
plot.catdes (x,col="deepskyblue",show="all",numchar=10,...)
x |
A catdes object, see catdes for details. |
col |
The color of the bars. |
show |
a strig. If "quali", only the qualitative variables are used. If "quanti", only the the quantitative variables are used. If "all", both quali and quanti are used. |
numchar |
number of characters for the labels |
... |
further arguments passed to or from other methods |
Returns choosen plot.
Guillaume Le Ray, Francois Husson husson@agrocampus-ouest.fr
## Not run: data(wine) res.c=catdes(wine, num.var=2) plot.catdes(res.c) ## End(Not run)