Hi, i try to plot my graph into different device using x11(), but when i do this comes up:
> x11(print(plot(A5e$ECAB,A5e$EXPEND,type='p',main='Per capita expenditure > against economic + ability index without outliners',xlab='ECAB',ylab='EXPEND',xlim=c(0,150),ylim=c(150,400), + col='red',col.axis='blue'))) NULL Warning message: ‘length(width)’ differs between new and previous ==> NOT changing ‘width’ > anyone know how to solve that? and what should i do if i want to plot 4 graphs into by opening 4 device in R? many thanks. -- View this message in context: http://www.nabble.com/plotting-graph-in-different-device-tp20413203p20413203.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.