Learn R Programming

radiant.data (version 0.6.0)

print.gtable: Print/draw method for grobs produced by gridExtra

Description

Print/draw method for grobs produced by gridExtra

Usage

"print"(x, ...)

Arguments

x
a gtable object
...
further arguments passed to or from other methods

Value

A plot

Details

Print method for ggplot grobs created using arrangeGrob. Code is based on https://github.com/baptiste/gridextra/blob/master/inst/testing/shiny.R