Learn R Programming

FactoMineR (version 1.34)

plot.catdes: Plots for description of clusters (catdes)

Description

Plots a graph from a catdes output.

Usage

"plot"(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 categorical 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.

See Also

catdes

Examples

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

Run the code above in your browser using DataLab