spheres3d(x, y = NULL, z = NULL, radius = 1, ...)
rgl.spheres(x, y = NULL, z = NULL, radius, ...)
Arguments
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 xyz.coords
for details.
radius
Vector or single value defining the sphere radius/radii
...
Material properties. See rgl.material for details.