Re: [R] RES: Need ideas on how to show spikes in my data and how to codeit in R

2008-07-07 Thread Thomas Frööjd
Hi Try changing for(i in 1:250){ jpeg(filename = "graf01.jpg", width = 1024, height = 1024, to for(i in 1:250){ jpeg(filename = paste("graf", i, ".jpg", sep=""), width = 1024, height = 1024, I think that should work, otherwise read up on the paste() function at http://stat.ethz.ch/R-manual

[R] RES: Need ideas on how to show spikes in my data and how to codeit in R

2008-06-30 Thread Leandro Marino
Hi list, I want to make a lot of graphics to my end course project. So, i was using this sintax: jpeg(filename = "graf01.jpg", width = 1024, height = 1024, units = "px", pointsize = 25, quality = 100, bg = "grey95", res = NA, restoreConsole = TRUE) i=1 par(mfrow=c(4,1),col="grey90",fon