Kate Walton <[EMAIL PROTECTED]> writes: > Hi, > > R stops running my code and gives me the following error message: > > Error in win.graph(width = 8.5, height = 11) : > too many open devices > > My code calls for R to produce over 100 graphs, but it stops running and gives > me this error message after about 60. I'm sure there's an easy fix. Anyone > know?
Presumably you need to call dev.off() after you are through using a device? -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html