Thank you all for the replies. To Greg, yes, I can always do that, but
reading and writing to a disk takes time, especially when producing
many plots. I have tried and timed it for my needs and it just takes
too long. To ADP, plot.object is a ggplot object, not a grid.
On Nov 22, 4:21 am, ADP <
nicholasehamil...@gmail.com> wrote:
> I was always under the impression you could do the following:
>
> plot.object <- ggplot(...)
> print(plot.object)
>
> meaning that a ggplot object has been assigned to the 'plot.object'
> variable.