rgl.spheres {rgl} | R Documentation |
Adds a sphere set shape node to the scene
rgl.spheres(x, y, z, radius, ...)
x, y, z |
Point coordinates |
radius |
Vector or singe value defining the sphere radius |
... |
Material properties. See rgl.material for details. |
rgl.spheres(rnorm(10), rnorm(10), rnorm(10), radius=.2, color=rainbow(10))