plot.catatis {ClustBlock} | R Documentation |
Displays the CATATIS graphs
Description
This function plots the CATATIS map and CATATIS weights
Usage
## S3 method for class 'catatis'
plot(x, Graph=TRUE, Graph_weights=TRUE, Graph_eig=TRUE,
axes=c(1,2), tit="CATATIS", cex=1, col.obj="blue", col.attr="red", ...)
Arguments
x |
object of class 'catatis' |
Graph |
logical. Show the graphical representation? Default: TRUE |
Graph_weights |
logical. Should the barplot of the weights be plotted? Default: TRUE |
Graph_eig |
logical. Should the barplot of the eigenvalues be plotted? Only with Graph=TRUE. Default: TRUE |
axes |
numerical vector (length 2). Axes to be plotted |
tit |
string. Title for the graphical representation. Default: 'CATATIS' |
cex |
numerical. Numeric character expansion factor; multiplied by par("cex") yields the final character size. NULL and NA are equivalent to 1.0. |
col.obj |
numerical or string. Color for the objects points. Default: "blue" |
col.attr |
numerical or string. Color for the attributes points. Default: "red" |
... |
further arguments passed to or from other methods |
Value
the CATATIS map
See Also
Examples
data(straw)
res.cat=catatis(straw, nblo=114)
plot(res.cat, Graph_weights=FALSE, axes=c(1,3))