Usage
## S3 method for class 'parwwm':
plot(x,xy=c(1,2),graph="rows",namesg=NULL,
xlim=NULL,ylim=NULL,main=NULL,
rotx=FALSE,roty=FALSE,roweti=row.names(dudi$li),
coleti=row.names(dudi$co),axislabel=TRUE,asp=1,
grid=TRUE,col.row="black",col.col="black",
cex=0.8,cex.row=0.8,cex.col=0.8,cframe=1.2,
cex.global=1,col.own= c("darkred","darkgreen" ,
"darkblue", "darkmagenta","red",
"darkorange","green3",palette()),...)Arguments
xy
a length 2 vector specifying the components to plot
graph
select "rows" or "colums"
xlim
the x limits (x1, x2) of the plot
ylim
the y limits of the plot
rotx
TRUE if you want change the sign of the horizontal coordinates. Default FALSE
roty
TRUE if you want change the sign of the vertical coordinates. Default FALSE
roweti
selected row points for the graphic. Default all points
coleti
selected column points for the graphic. Default all points
axislabel
if it is TRUE the axis information is written
asp
the y/x aspect ratio, see 'plot.window'
grid
if it is TRUE a grid is plotted
col.row
color for row points and row labels. Default "black"
col.col
color for column points and column labels. Default "black"
cex
global scale for the labels. Default cex=0.8
cex.row
scale for row points and row labels. Default cex.row=0.8
cex.col
scale for column points and column labels. Default cex.col=0.8
cframe
scale for graphic limits
cex.global
scale for the label sizes
col.own
the colors used to draw the partial points by groups
...
further arguments passed to or from other methods