| plot.catatis | R Documentation | 
This function plots the CATATIS map and CATATIS weights
## 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", ...)
| 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 | 
the CATATIS map
catatis
 
data(straw)
res.cat=catatis(straw, nblo=114)
plot(res.cat, Graph_weights=FALSE, axes=c(1,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.