powered by
3-dimensional plots, which can be rotated and zoomed in/out
# S3 method for rplus plot3D(x,parts=1:3,...,vlabs=NULL,add=FALSE,bbox=FALSE, cex=1,size=cex,axes=TRUE,col=1)
an rplus object to be plotted
the variables in the rplus object to be plotted
additional plotting parameters as described in rgl.material
rgl.material
the labels used for the variable axes
logical, adding or new plot
logical, whether to add a bounding box
size of the plotting symbol (as character expansion factor)
size of the plotting symbol, only size or cex should be used
logical, whether to plot a coordinate cross
the color used for dots, defaults to black.
the 3D plotting coordinates of the objects displayed, returned invisibly
The function plots rplus objects in a 3D coordinate system, in an rgl plot.
points3d, plot, plot3D.rmult,
points3d
plot
plot3D.rmult
plot3D.acomp,plot3D.rcomp,, plot3D.aplus,plot3D
plot3D.acomp
plot3D.rcomp
plot3D.aplus
plot3D
# NOT RUN { 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