ClustBlock (version 2.3.1)

plot.catatis: Displays the CATATIS graphs

Description

This function plots the CATATIS map and CATATIS weights

Usage

# S3 method for catatis
plot(x, Graph=TRUE, Graph_weights=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

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

catatis

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
data(straw)
res.cat=catatis(straw, nblo=114)
plot(res.cat, Graph_weights=FALSE, axes=c(1,3))
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace