patchworkGrob {patchwork} | R Documentation |
Convert a patchwork to a gtable
Description
This function is the patchwork analogue of ggplot2::ggplotGrob()
in that it
takes an unevaluated patchwork object and fixate it into a gtable object to
further manipulate directly.
Usage
patchworkGrob(x)
Arguments
x |
A |
Value
A gtable
object
[Package patchwork version 1.3.0 Index]