Description Usage Arguments Details Value See Also Examples
Adds a sphere set shape node to the scene
1 2 |
x, y, z |
Numeric vector of point coordinates corresponding to
the center of each sphere. Any reasonable way of defining the
coordinates is acceptable. See the function |
radius |
Vector or single value defining the sphere radius/radii |
... |
Material properties. See |
If a non-isometric aspect ratio is chosen, these functions will still draw
objects that appear to the viewer to be spheres. Use ellipse3d
to draw shapes that are spherical in the data scale.
When the scale is not isometric, the radius is measured in an average scale.
In this case the bounding box calculation is iterative, since rescaling the
plot changes the shape of the spheres in user-coordinate, which changes
the bounding box. Versions of rgl
prior to 0.92.802 did not do
this iterative adjustment.
If any coordinate or radius is NA
, the sphere is not plotted.
A shape ID of the spheres object is returned.
rgl.material
, aspect3d
for setting non-isometric scales
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.