grid.set {grid}R Documentation

Set the Contents of a Grid Graphical Object

Description

A Grid graphical object contains a list structure; this function sets the value of that list structure.

Usage

grid.set(grob, ...)

Arguments

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.

Details

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.

Value

None.

Author(s)

Paul Murrell

See Also

grid.grob.

Examples






[Package Contents]