grid.set {grid} | R Documentation |
A Grid graphical object contains a list structure; this function sets the value of that list structure.
grid.set(grob, ...)
grob |
An object of class "grob" . |
... |
Zero or more element-specifiers, plus a list structure. The list structure is required. Each specifier may be a single character or numeric value. |
If there are no specifiers then the contents of the grob
are set to be the list structure. If there is a specifier
and the list structure of the grob
has a corresponding
element, and that element is an object of class "grob"
,
then the contents of that element are set to be the list structure.
And so on ...
This is ONLY for setting the list structure contents of a
graphical object. See grid.edit
for setting the values
of the elements of the list structure.
This function should not normally be called by the user.
None.
Paul Murrell