Re: [R] png inside loop

2011-03-07 Thread David Winsemius
You need to print lattice objects. See the FAQ. -- David. On Mar 7, 2011, at 12:28 PM, Sacha Viquerat wrote: hello list! I'm sorry, I just stumbled over this strange behaviour (at least I am not able to explain the behaviour, therefore I assume it to be a strange behaviour): attach(wate

Re: [R] png inside loop

2011-03-07 Thread Joshua Wiley
Dear Sacha, On Mon, Mar 7, 2011 at 9:28 AM, Sacha Viquerat wrote: > hello list! I'm sorry, I just stumbled over this strange behaviour (at least > I am not able to explain the behaviour, therefore I assume it to be a > strange behaviour): > > attach(water) # I know, this is not recommended not

Re: [R] png inside loop

2011-03-07 Thread Riley, Steve
) 732-1796 >>-Original Message- >>From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] >>On Behalf Of Sacha Viquerat >>Sent: Monday, March 07, 2011 12:28 PM >>To: r-help@r-project.org >>Subject: [R] png inside loop >> >>hello list!

Re: [R] png inside loop

2011-03-07 Thread Ivan Calandra
Hi, I myself do not use lattice plots, but I think your problem is in FAQ 7.22: you didn't print() your plots. See the R FAQ for more details on it. HTH, Ivan Le 3/7/2011 18:28, Sacha Viquerat a écrit : hello list! I'm sorry, I just stumbled over this strange behaviour (at least I am not ab

[R] png inside loop

2011-03-07 Thread Sacha Viquerat
hello list! I'm sorry, I just stumbled over this strange behaviour (at least I am not able to explain the behaviour, therefore I assume it to be a strange behaviour): attach(water) # I know, this is not recommended names(water[3:10]) [1] "temp" "pH" "DO" "BOD" "COD" "no3" "no2" "po4"