The function headers are
## bivariate
plot(x, col, xlim, ylim, xlab, ylab, add=FALSE, add.legend=FALSE,
cex.legend=1, pos.legend, lwd=1, ...)## trivariate
plot(x, color, xlim, ylim, zlim, xlab, ylab, zlab, add.axis=TRUE, ...)
## d-variate
plot(x, col, xmin, xmax, xlab, ylab, ...)
The arguments are
add.legendflag for adding legend (2-d plot)
pos.legend(x,y) co-ordinates for legend (2-d plot)
cex.legendcex graphics parameter for legend (2-d plot)
colvector of plotting colours, one for each box
xlab,ylab,zlab,xlim,ylim,zlim,add,lwdusual graphics parameters
xmin,xmaxvector of minimum and maximum axis plotting values for scatter
plot matrix
colorvector of colours, one for each box (3-d plot)
add.axisflag for plotting axes (3-d plot)
Default colours are topo.colors(), with one colour per box in the
PRIM box sequence.