Hello evry one, I'm a frensh consulting Engineer in statistics and i work under R times to times. I would like to build an Graphic User Interface as we can do under MS Excel but i don't know how to do it. The aim is to have a GUI betwen a user and the console or the function (for exemple toto(a,b,c) ) In the GUI , i would like to have 3 boxes empty where i can put the values of a, b, and c, and an other box where I click to Submit and a last bos to read the result. I didn't find codes already done about it! And i don't known how to do this Can anyboby help me in this, I ve R 1.7 windows 2000 thank you very much and excuse me for the bad english I have! ... Mehdi KADIRI ?mail : Mehdi.Kadiri at ligeron.com
> The aim is to have a GUI betwen a user and the console or thefunction (for> exemple toto(a,b,c) ) > In the GUI , i would like to have 3 boxes empty where i can put the values > of a, b, and c, and an other box where I click to Submit and a last bos to > read the result.Take a look at http://www.sciviews.org/_rgui/. I am using Tcl/Tk for building little GUI's for R. You just have to write a simple function that does it. At SciViews, you can find a Tcl/Tk page with some nice code examples. Best Wishes Fabien -- =============================Fabien Fivaz KARCH Naturhistorisches Museum Bernastrasse 15 CH - 3005 Bern fabien.fivaz at unine.ch Tel. 031 350 74 55 Fax. 031 350 74 99
See ?winDialog and the "See Also" section there. Maybe that would suffice for your purpose. HTH, Andy> From: Mehdi Kadiri > > Hello evry one, > I'm a frensh consulting Engineer in statistics and i work > under R times to > times. > I would like to build an Graphic User Interface as we can do > under MS Excel > but i don't know how to do it. > > The aim is to have a GUI betwen a user and the console or the > function (for > exemple toto(a,b,c) ) > In the GUI , i would like to have 3 boxes empty where i can > put the values > of a, b, and c, and an other box where I click to Submit and > a last bos to > read the result. > > I didn't find codes already done about it! > And i don't known how to do this > > Can anyboby help me in this, > > I ve R 1.7 windows 2000 > > thank you very much and excuse me for the bad english I have! > > ... > > Mehdi KADIRI > ?mail : Mehdi.Kadiri at ligeron.com > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > >
Mehdi Kadiri wrote:> Hello evry one, > I'm a frensh consulting Engineer in statistics and i work under R times to > times. > I would like to build an Graphic User Interface as we can do under MS Excel > but i don't know how to do it. >If you want to program the interface in VB, you can use the tools in this directory to set up an R/Excel interface via DCOM: http://cran.r-project.org/contrib/extra/dcom/ There are examples included to get you started. Cheers Jason -- Indigo Industrial Controls Ltd. http://www.indigoindustrial.co.nz 64-21-343-545 jasont at indigoindustrial.co.nz