Usage
recluster.plot.col(mat,cext=0.3,cex=1,cex.axis=0.7,cex.lab=0.8,pch=16,text=TRUE,
add=F,xlim=NULL,ylim=NULL,ylab="Axis 2",xlab="Axis 1",...)
Arguments
mat
A matrix inherited by recluster.col.
cext
Dimension for row names.
cex.axis
Dimension of axis labels.
cex.lab
Dimension of labels.
text
A logical indicating if row names should be plotted.
pch
The shape of the dots (See par()).
add
A logical indicating if the plot should be added to a precedent graph.
xlim
The limit values for x-axis, if NULL the values in the orignal matrix is used.
ylim
The limit values for y-axis, if NULL the values in the orignal matrix is used.
ylab
The label of the y-axis
xlab
The label of the x-axis
...
See par() for other graphical parameters