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) > mean(x) [1] 250.1305 > hist(x,xlab="Numbers of success",main="")
hist(x,xlab="Numbers of success",main="") > ########################################### when I use another code ########################################### x <- rbinom(2000,1000,0.25) mean(x) x11() hist(x,xlab="Numbers of success",main="") ########################################### now, I will see the the graphic ,but later, it can't display. why? Thanks! need your help. ______________________________________________ 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.