Usage
grid.force(x, ...)
# S3 method for default
grid.force(x, redraw = FALSE, ...)
# S3 method for gPath
grid.force(x, strict = FALSE, grep = FALSE, global = FALSE,
redraw = FALSE, ...)
# S3 method for grob
grid.force(x, draw = FALSE, ...)
forceGrob(x)
grid.revert(x, ...)
# S3 method for gPath
grid.revert(x, strict = FALSE, grep = FALSE, global = FALSE,
redraw = FALSE, ...)
# S3 method for grob
grid.revert(x, draw = FALSE, ...)Arguments
x
For the default method, x should not be specified.
Otherwise, x should be a grob or a gPath.
If x is character, it is assumed to be a gPath.
strict
A boolean indicating whether the path must be matched
exactly.
grep
Whether the path should be treated as a regular expression.
global
A boolean indicating whether the function should affect just the
first match of the path, or whether all matches should be
affected.
draw
logical value indicating whether a grob should be
drawn after it is forced.
redraw
logical value indicating whether to redraw the
grid scene after the forcing operation.
…
Further arguments for use by methods.