Skip to content
Prev 26563 / 398502 Next

Clearing graphics history (Windows)

On Tue, 24 Dec 2002, Mike Prager wrote:

            
Well, first you have to establish that there *is* a bug in R rather than
in your expectations.  All the clear menu does is

    gsetVar(install(".SavedPlots"), R_NilValue, R_NilValue);

which sets .SavedPlots to NULL in base.  So you may need
You are missing reading src/gnuwin32/devga.c: I was being far too kind in
reading it for you.