powered by
Plots a graph from a catdes output.
# S3 method for catdes plot(x,col="deepskyblue",show="all",numchar=10,…)
A catdes object, see catdes for details.
catdes
The color of the bars.
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.
number of characters for the labels
further arguments passed to or from other methods
Returns choosen plot.
# NOT RUN { data(wine) res.c=catdes(wine, num.var=2) plot(res.c) # }
Run the code above in your browser using DataLab