Usage
grid.edit(gPath, ..., strict = FALSE, grep = FALSE,
global = FALSE, allDevices = FALSE, redraw = TRUE)grid.gedit(..., grep = TRUE, global = TRUE)
editGrob(grob, gPath = NULL, ..., strict = FALSE, grep = FALSE,
global = FALSE, warn = TRUE)
Arguments
…
Zero or more named arguments specifying new slot values.
gPath
A gPath object. For grid.edit
this
specifies a grob on the display list. For editGrob
this
specifies a descendant of the specified grob.
strict
A boolean indicating whether the gPath must be
matched exactly.
grep
A boolean indicating whether the 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).
global
A boolean indicating whether the function should affect
just the first match of the gPath
, or whether all matches
should be affected.
warn
A logical to indicate whether failing to find the
specified gPath should trigger an error.
allDevices
A boolean indicating whether all open devices
should
be searched for matches, or just the current device.
NOT YET IMPLEMENTED.
redraw
A logical value to indicate whether to redraw the grob.