Re: [R] problems with saving plots from loop

2013-05-22 Thread SonaJ
Thank you very much - now I see my mistake in loop - your hint helped. Thank you again! -- View this message in context: http://r.789695.n4.nabble.com/problems-with-saving-plots-from-loop-tp4667616p4667682.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] problems with saving plots from loop

2013-05-21 Thread arun
cz> To: r-help@r-project.org Cc: Sent: Tuesday, May 21, 2013 11:57 AM Subject: [R] problems with saving plots from loop Greetings, I cannot find solution for this problem (I was searching on web, but without success): I want to plot dose-response models for one concentration and many response

Re: [R] problems with saving plots from loop

2013-05-21 Thread Sarah Goslee
I don't think the problem is with the plotting, I think the problem is with your loop. R isn't selecting random numbers, it's doing exactly what you told, but what you told it doesn't make sense. Hint: use the same loop but simply print out i at each iteration. Here's a better way to do it, assumi

[R] problems with saving plots from loop

2013-05-21 Thread SonaJ
Greetings, I cannot find solution for this problem (I was searching on web, but without success): I want to plot dose-response models for one concentration and many responses (lets say 200) and I don“t want to do it manually. So I use loop for this: for (i in mydata[,2:201]){#f