rgl.spheres {rgl}R Documentation

add sphere set shape

Description

Adds a sphere set shape node to the scene

Usage

rgl.spheres(x, y, z, radius, ...)

Arguments

x, y, z Point coordinates
radius Vector or singe value defining the sphere radius
... Material properties. See rgl.material for details.

Details

See Also

rgl.material

Examples

rgl.spheres(rnorm(10), rnorm(10), rnorm(10), radius=.2, color=rainbow(10))

[Package Contents]