The function headers are
## bivariate
x, col, xlim, ylim, xlab, ylab, add=FALSE, add.legend=FALSE, cex.legend=1,
pos.legend, lwd=1, border, col.vec=c("blue", "orange"), alpha=1, ...)
## trivariate
plot(x, xlim, ylim, zlim, xlab, ylab, zlab, col.vec=c("blue","orange"),
alpha=1, theta=30, phi=40, d=4, ...)
## d-variate
plot(x, xmin, xmax, xlab, ylab, x.pt, m, col.vec=c("blue","orange"),
alpha=1, ...)
The arguments are
add.legend
flag for adding legend (2-d plot)
pos.legend
(x,y) co-ordinates for legend (2-d plot)
cex.legend
cex graphics parameter for legend (2-d plot)
col.vec
vector of plotting colours, one for each box
xlab,ylab,zlab,xlim,ylim,zlim,add,lwd,alpha,phi,theta,d
usual graphics parameters
xmin,xmax
vector of minimum and maximum axis plotting values for scatter
plot matrix
x.pt
data set to plot (other than x
)