Re: [R] For loop isn't working correctly

2009-10-09 Thread jim holtman
It plots on my system just fine. You might want to check what directory (getwd()) that you are plotting in. On Fri, Oct 9, 2009 at 12:17 PM, Anne Buunk wrote: > > Hi. With your help, I've fixed the errors in my for loops. > > But now, the for loop isn't working correctly. There should be a plot,

[R] For loop isn't working correctly

2009-10-09 Thread Anne Buunk
Hi. With your help, I've fixed the errors in my for loops. But now, the for loop isn't working correctly. There should be a plot, but there's no plot when I run the for loop.. This is the code: letters = c("A","B","C","D","E","F","G","H","I","J") numbers = 1:3 for(i in 1:6){