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@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.

Reply via email to