[R] R has stopped plotting

Ista Zahn istazahn at gmail.com
Sun Dec 6 17:02:17 CET 2009


You need dev.off() I think.

-Ista

On Sun, Dec 6, 2009 at 10:53 AM, Walther, Alexander
<awalthermail at googlemail.com> wrote:
> Dear list,
>
> as described beforehand, i wanted to merge three single plots into one
> JPEG-file. Since I use PNG now, code goes as follows:
>
>
> png(...)
>
> layout(...)
>
> par(...)
> plot(...)
>
> par(...)
> plot(...)
>
> par(...)
> plot(...)
>
>
> which works out pretty well, but now a new problem occurred: R has
> stopped to create new plots at all. Opening the PNG, the prior defined
> arrangement has  been implemented but obviously no plots were compiled.
> Plus, by commenting out the PNG-function (and even layout()), R
> completely refuses to open up a plotting window (code runs all the way
> without error messages, though).
> Even entering the plotting command directly in the R shell leads to the
> same result.
>
> Any ideas?
>
>
> Best
>
> Alex
>
> ______________________________________________
> 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.
>



-- 
Ista Zahn
Graduate student
University of Rochester
Department of Clinical and Social Psychology
http://yourpsyche.org




More information about the R-help mailing list