powered by
3-dimensional plots, which can be rotated and zoomed in/out
# S3 method for rmult plot3D(x,parts=1:3,..., center=FALSE,scale=FALSE,add=FALSE,axes=!add, cex=2,vlabs=colnames(x),size=cex,bbox=FALSE,col=1)
an object to be plotted, e.g. a data frame or a data matrix
the variables in the rmult object to be plotted
additional plotting parameters as described in rgl.material
rgl.material
logical, center the data? This might be necessary to stay within the openGL-arithmetic used in rgl.
logical, scale the data? This might be necessary to stay within the openGL-arithmetic used in rgl.
logical, adding or new plot
logical, whether to add a bounding box
logical, whether to plot a coordinate cross
size of the plotting symbol (as expanding factor)
labels for the variables
size of the plotting symbol, only size or cex should be used
the color used for dots, defaults to black.
the 3D plotting coordinates of the objects displayed, returned invisibly
The function provides a generic interface for 3-dimensional plotting in analogy to the 2d-plotting interface of plot, using rgl package.
points3d, plot, plot3D.rmult,
points3d
plot
plot3D.rmult
plot3D.acomp,plot3D.rcomp, plot3D.aplus,plot3D.rplus
plot3D.acomp
plot3D.rcomp
plot3D.aplus
plot3D.rplus
# NOT RUN { x <- cbind(rnorm(10),rnorm(10),rnorm(10)) plot3D(x) data(SimulatedAmounts) plot3D(rmult(sa.lognormals),cex=4,col=1:nrow(sa.lognormals)) # }
Run the code above in your browser using DataLab