grid.remove(gPath, warn = TRUE, strict = FALSE, grep = FALSE, global = FALSE, allDevices = FALSE, redraw = TRUE)
grid.gremove(..., grep = TRUE, global = TRUE)
removeGrob(gTree, gPath, strict = FALSE, grep = FALSE, global = FALSE, warn = TRUE)
grid.remove
this
specifies a gTree on the display list. For removeGrob
this
specifies a descendant of the specified gTree. gPath
should
be treated as a regular expression. Values are recycled across
elements of the gPath
(e.g., c(TRUE, FALSE)
means
that every odd element of the gPath
will be treated as
a regular expression).
gPath
, or whether all matches
should be affected.
grid.get
. removeGrob
returns a grob object; grid.remove
returns
NULL
.
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.
grob
, getGrob
,
removeGrob
, removeGrob
.