Re: [R] Strange behavior when plotting with ggplot2 and lattice

2010-05-14 Thread David Winsemius
On May 14, 2010, at 7:21 PM, Ralf B wrote: Hi all, I have the following script,which won't plot (tried in RGUI and also in Eclipse StatET): library(ggplot2)# for plotting results userids <- c(1,2,3) for (userid in userids){ qplot(c(1:10), c(1:20)) } print ("end") No plot show

[R] Strange behavior when plotting with ggplot2 and lattice

2010-05-14 Thread Ralf B
Hi all, I have the following script,which won't plot (tried in RGUI and also in Eclipse StatET): library(ggplot2)# for plotting results userids <- c(1,2,3) for (userid in userids){ qplot(c(1:10), c(1:20)) } print ("end") No plot shows up. If I run the following: library(ggplot2)