Dear All-

I am trying to plot over one hundred figures. I do not want to save them, just walk through them to take a look. If I run the code as it is below, then the plots just rapidly run through. I tried adding a new device, but I reached the device number limit. I have gone through the online manuals, done google searches and the R Site help pages and haven't found anything to help me. any thoughts or just pointing me to the right place would be great! I feel like this should be simple!

invisible(lapply(split(agg$mph, breaks), function(.values){
    #x11()
    #par(mfrow=c(4, 4))
    plot(.values)
} ))


Thanks in advance for any guidance,

Sherri Heck

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to