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()
.
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()
.