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