[R] problem when use R plug-in of Eclipse

2007-11-30 Thread zheboyang
Hi everybody! I have a problem when use the StatET plug-in of Eclipse. When I use run plot() , it only output a ps file in working directory below is the code(between #) # > x <- rbinom(2000,1000,0.25) x <- rbinom(2000,1000,0.25) mean(x) >

[R] R , Eclipse

2007-11-29 Thread zheboyang
Hi ! Everybody! I am learning R, and I installed R on my laptop(OpenSUSE). Because some my work was done under Eclipse , so I use the StatET plug-in for Eclipse. Most work well, but when I plot graphics, It can't display the picture. Why? How to start te graphic device? Any ideas on how to solv