Skip to contents

ggeval_silent() evaluates the ggplot object into a <gtable> grob and ggdraw_silent() renders the grob with {grid}. Combined, these two functions simulate ggplot2:::print.ggplot without overriding last_plot().

Usage

ggeval_silent(x)

ggdraw_silent(x)

Arguments

x

A ggplot

Value

A gtable