Learn R Programming

patchwork (version 0.0.1)

patchworkGrob: Convert a patchwork assemble to a gtable

Description

This function is the patchwork analogue of ggplot2::ggplotGrob() in that it takes an unevaluated patchwork plot object (a ggassemble) and fixate it into a gtable object to further manipulate directly.

Usage

patchworkGrob(x)

Arguments

x

A ggassemble object

Value

A gtable object