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
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Default colours are topo.colors(), with one colour per box in the
PRIM box sequence.