Description Usage Arguments Details Value Author(s) See Also
Remove a grob from a gTree or a descendant of a gTree.
1 2 3 4 5 6 7 |
gTree |
A gTree object. |
gPath |
a gPath object. For |
strict |
a |
grep |
a |
global |
a |
allDevices |
a |
warn |
A logical to indicate whether failing to find the specified grob should trigger an error. |
redraw |
A logical value to indicate whether to redraw the grob. |
... |
arguments passed to |
removeGrob
copies the specified grob and returns a modified
grob.
grid.remove
destructively modifies a grob on the display list.
If redraw
is TRUE
it then redraws everything to reflect the change.
grid.gremove
(g
for global) is just a convenience wrapper for
grid.remove
with different defaults.
removeGrob
returns a grob object; grid.remove
returns
NULL
.
Paul Murrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.