powered by
plot3D(x,...) ## S3 method for class 'default': plot3D(x,\dots,add=FALSE,bbox=TRUE,axes=FALSE,cex=1,size=cex,col=par("col"))
rgl.material
points3d
plot
plot3D.rmult
plot3D.acomp
plot3D.rcomp
plot3D.aplus
plot3D.rplus
x <- cbind(rnorm(10),rnorm(10),rnorm(10)) plot3D(x) data(SimulatedAmounts) plot3D(sa.lognormals,cex=4,col=1:nrow(sa.lognormals))
Run the code above in your browser using DataLab