powered by
This function plots the STATIS map and STATIS weights
# S3 method for statis plot(x, axes=c(1,2), Graph_obj=TRUE, Graph_weights=TRUE, Graph_eig=TRUE, tit="STATIS", col=NULL, cex=1, font=1, xlim=NULL, ylim=NULL, ...)
the STATIS graphs
object of class 'statis'
numerical vector (length 2). Axes to be plotted. Default: c(1,2)
logical. Should the compromise graphical representation be plotted? 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_obj=TRUE. Default: TRUE
string. Title for the objects graphical representation. Default: 'STATIS'
vector. Color for each object. If NULL, col=rainbow(nrow(Data)). Default: NULL
numerical. Numeric character expansion factor; multiplied by par("cex") yields the final character size. NULL and NA are equivalent to 1.0.
numerical. Integer specifying font to use for text. 1=plain, 2=bold, 3=italic, 4=bold italic, 5=symbol. Default: 1
numerical vector (length 2). Minimum and maximum for x coordinates.
numerical vector (length 2). Minimum and maximum for y coordinates.
further arguments passed to or from other methods
statis
# \donttest{ data(smoo) NameBlocks=paste0("S",1:24) st=statis(Data=smoo,Blocks=rep(2,24),NameBlocks = NameBlocks) plot(st, axes=c(1,3), Graph_weights=FALSE) # }
Run the code above in your browser using DataLab