plot.catdes {FactoMineR}R Documentation

Plots for description of clusters (catdes)

Description

Plots a graph from a catdes output.

Usage

plot.catdes (x,col="deepskyblue",show="all",numchar=10,...)

Arguments

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

Value

Returns choosen plot.

Author(s)

Guillaume Le Ray, Francois Husson husson@agrocampus-ouest.fr

See Also

catdes

Examples

## Not run: 
data(wine)
res.c=catdes(wine, num.var=2)
plot.catdes(res.c)
## End(Not run)

[Package FactoMineR version 1.12 Index]