powered by
rgl.points(x, y, z, ... ) rgl.lines(x, y, z, ... ) rgl.linestrips(x, y, z, ...) rgl.triangles(x, y, z, ... ) rgl.quads(x, y, z, ... )
rgl.material
rgl.spheres
rgl.texts
rgl.surface
rgl.sprites
rgl.clear() rgl.points(rnorm(1000), rnorm(1000), rnorm(1000), color=heat.colors(1000), size=2)
Run the code above in your browser using DataLab