rgl.clear {rgl} | R Documentation |
Clear shapes, lights, bbox
rgl.clear( type = "shapes" ) rgl.pop( type = "shapes" )
type |
Possible types are
|
rgl holds a stack for shapes and lights. rgl.clear
clears the stack,
while rgl.pop
pops off the top-most (last added) node on the stack.