Learn R Programming

FactoMineR (version 1.39)

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

Description

Plots a graph from a catdes output.

Usage

# S3 method for catdes
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)
# }

Run the code above in your browser using DataLab