[R] Odp: Graphics winder keeps disappearing!
Petr PIKAL
petr.pikal at precheza.cz
Thu Sep 25 15:43:53 CEST 2008
Hi
what
dev.cur()
If it is something like
pdf
3
your plot is transfered to this device not to standard windows device (if
you are on Windows), so
dev.off( )
close current device and you probably can do intended plotting again. See
Devices help page.
Regards
Petr
r-help-bounces at r-project.org napsal dne 25.09.2008 14:24:17:
> Dear all,
>
> I am a very new user to R (for windows) (since Monday!) so please excuse
> me if I am asking an obvious question!
>
> I am experiencing some problems with the graphics window - in short, it
> keeps disappearing. i.e. I can type
>
> > x<-c(1,3,6,4,9)
> > plot(x)
> >
>
> No errors are produced, but not graphics window appears either.
>
> The graphics window tends to work if I plot graphs immediately after
> opening R, but after I have had R open for a while and have run several
> functions/loaded datasets it stops appearing.
>
> Does anyone know why this is, I am a little confused!
>
> Many thanks
>
> Lauren
>
> PhD student
> School of Geography
> University Park
> University of Nottingham
> NG7 2RD
>
>
> This message has been checked for viruses but the contents of an
attachment
> may still contain software viruses, which could damage your computer
system:
> you are advised to perform your own checks. Email communications with
the
> University of Nottingham may be monitored as permitted by UK
legislation.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list