Description Usage Arguments Details Value Author(s) See Also
Replace a grob or a descendant of a grob.
1 2 3 4 |
gTree |
A gTree object. |
gPath |
A gPath object. For |
newGrob |
A grob object. |
strict |
A boolean indicating whether the gPath must be matched exactly. |
grep |
A boolean indicating whether the |
redraw |
A logical value to indicate whether to redraw the grob. |
setGrob
copies the specified grob and returns a modified
grob.
grid.set
destructively replaces a grob on the display list.
If redraw
is TRUE
it then redraws everything to reflect the change.
These functions should not normally be called by the user.
setGrob
returns a grob object; grid.set
returns NULL
.
Paul Murrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.