powered by
This function plots the CATATIS map and CATATIS weights
# S3 method for 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", ...)
the CATATIS map
object of class 'catatis'
logical. Show the graphical representation? Default: TRUE
logical. Should the barplot of the weights be plotted? Default: TRUE
logical. Should the barplot of the eigenvalues be plotted? Only with Graph=TRUE. Default: TRUE
numerical vector (length 2). Axes to be plotted
string. Title for the graphical representation. Default: 'CATATIS'
numerical. Numeric character expansion factor; multiplied by par("cex") yields the final character size. NULL and NA are equivalent to 1.0.
numerical or string. Color for the objects points. Default: "blue"
numerical or string. Color for the attributes points. Default: "red"
further arguments passed to or from other methods
catatis
# \donttest{ data(straw) res.cat=catatis(straw, nblo=114) plot(res.cat, Graph_weights=FALSE, axes=c(1,3)) # }
Run the code above in your browser using DataLab