--- Vikas Garud <information4vi...@gmail.com> schrieb am Di, 17.5.2011:
> Von: Vikas Garud <information4vi...@gmail.com> > Betreff: [R] Box Plot under GUI (R Commander/RKward) > An: r-help@r-project.org > Datum: Dienstag, 17. Mai, 2011 11:31 Uhr > Hi, > > I tried to search the mailing list on box plot, but could > not find > anything relevant. I have also searched in manual and > seen this type > (or even more complex analysis) being done on > terminal. However, I > need to do it under (any) GUI. Any help is highly > appreciated. Why do you need a GUI solution for this? The whole point of R is it beeing a script based environment. Only with the command line you are really flexible and able to perform whatever analysis you want to conduct. I would highly recommend you and your clients to get into the basics of command line programming in R which are not as complicated as they seem to be at the start. Otherwise I would stick to SPSS/Excel/Sigmaplot or browse for some R GUIs with some basics beeing implemented on a "click basis" like RStudio, Rkward or TinnR. All R GUI implementations are however limited to basic plotting/analysis routines and I fear you will get stuck pretty soon when relying on the GUI. Jannis ______________________________________________ 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.