p3d | R Documentation |
Three dimensional plotting of points. Produces a nice-looking 3D scatterplot with greying out of further points giving a visual depth cue
p3d(x, y, z, xlim = NULL, ylim = NULL, zlim = NULL, d0 = 0.2, h = 1, ...)
x , y , z |
vector of |
xlim , ylim , zlim |
Limits of plot in the |
d0 |
E-folding distance for graying out (depths are standardized to be between 0 and 1) |
h |
The hue for the points, with default value of 1 corresponding
to red. If |
... |
Further arguments passed to |
Value returned is that given by function trans3d()
.
Robin K. S. Hankin
bunny
data(bunny)
p3d(bunny,theta=3,phi=104,box=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.