patch.ggplot: Convert Object into a Grob
Description
The patch()
function is used by wrap()
and inset()
to convert objects
into a grob.
Usage
# S3 method for ggplot
patch(x, ...)
Arguments
- x
An object to be converted into a grob.
- ...
Not used currently.