| rgl.fns | R Documentation |
These functions provide the implementation for various
*3d functions designed for users to call.
rgl.spheres(x, y = NULL, z = NULL, radius, fastTransparency = TRUE, ...)
x, y, z |
Coordinates of points |
radius |
Size of sprites or spheres. |
fastTransparency |
Sphere drawing strategy. |
... |
Material properties. |
See the corresponding *3d function: abclines3d, planes3d, clipplanes3d, sprites3d, spheres3d.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.