grid.collection {grid} | R Documentation |
This function is deprecated; please use gTree
.
This function creates a graphical object which contains several other graphical objects. When it is drawn, it draws all of its children.
It may be convenient to name the elements of the collection.
grid.collection(..., gp=gpar(), draw=TRUE, vp=NULL)
... |
Zero or more objects of class |
gp |
An object of class |
draw |
A logical value to indicate whether to produce graphical output. |
vp |
A Grid viewport object (or NULL). |
A collection grob.
Paul Murrell