Re: [R] Tinn-R pdf()

2009-04-08 Thread Bert Gunter
-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Deepayan Sarkar Sent: Wednesday, April 08, 2009 9:20 AM To: Tobias Verbeke Cc: r-help@r-project.org; ONKELINX, Thierry Subject: Re: [R] Tinn-R pdf() On 4/8/09, Tobias Verbeke wrote: > Hi Henning, > > > >

Re: [R] Tinn-R pdf()

2009-04-08 Thread Deepayan Sarkar
; > > > > > > > Original-Nachricht > > > Datum: Wed, 8 Apr 2009 12:29:58 +0200 > > > Von: "ONKELINX, Thierry" > > > An: "Henning Wildhagen" , r-help@r-project.org > > > Betreff: RE: [R] Tinn-R pdf() >

Re: [R] Tinn-R pdf()

2009-04-08 Thread Tobias Verbeke
nning Wildhagen" , r-help@r-project.org Betreff: RE: [R] Tinn-R pdf() Dear Henning, You need to print() lattice plots when using a device: library(lattice) pdf("plot1.pdf") PLOT<-(xyplot, ...) print(PLOT) dev.off() So thi

Re: [R] Tinn-R pdf()

2009-04-08 Thread Henning Wildhagen
nning > > Original-Nachricht > Datum: Wed, 8 Apr 2009 12:29:58 +0200 > Von: "ONKELINX, Thierry" > An: "Henning Wildhagen" , r-help@r-project.org > Betreff: RE: [R] Tinn-R pdf() > > Dear Henning, > > You need to print() lattice plo

Re: [R] Tinn-R pdf()

2009-04-08 Thread ONKELINX, Thierry
r-project.org Onderwerp: [R] Tinn-R pdf() Dear R and Tinn-R users, i recently switched to Tinn-R and sending code to R works fine (R 2.8.1, Tinn-R 2.2.0.2, OS Windows XP). However, i encountered a problem when trying to send plots to pdf files like this: library(lattice) pdf("plot1.p

[R] Tinn-R pdf()

2009-04-08 Thread Henning Wildhagen
Dear R and Tinn-R users, i recently switched to Tinn-R and sending code to R works fine (R 2.8.1, Tinn-R 2.2.0.2, OS Windows XP). However, i encountered a problem when trying to send plots to pdf files like this: library(lattice) pdf("plot1.pdf") PLOT<-(xyplot, ...) PLOT dev.off() The file "p