Re: [R] R has stopped plotting

2009-12-06 Thread David Winsemius
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

Re: [R] R has stopped plotting

2009-12-06 Thread Walther, Alexander
@ 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

Re: [R] R has stopped plotting

2009-12-06 Thread Ista Zahn
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(...) > >

[R] R has stopped plotting

2009-12-06 Thread Walther, Alexander
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