On Dec 6, 2009, at 11:47 AM, Walther, Alexander wrote:
@ Ista: no, R still struggles with the output. Thanks anyway. :) Is
there a way to merge multiple of these PNGs into a single PDF document
afterwards? I would like to refrain from bridging this gap with
additional software like f.i. Adobe
@ Ista: no, R still struggles with the output. Thanks anyway. :) Is
there a way to merge multiple of these PNGs into a single PDF document
afterwards? I would like to refrain from bridging this gap with
additional software like f.i. Adobe Acrobat.
Cheers
Alex
Ista Zahn schrieb:
> You need
You need dev.off() I think.
-Ista
On Sun, Dec 6, 2009 at 10:53 AM, Walther, Alexander
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(...)
>
>
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 t
4 matches
Mail list logo