Skip to content

CREATE INTERFACE TO SELECT DIFERENT OPTIONS

4 messages · ermimi, Henrique Dallazuanna, Peter Dalgaard +1 more

#
Hello, I?m spanish student, and I?m making the finish project of computer
science. I?m working in R and I need create a Interface which allow me
select diferents execution options (similar to a menu). Is posible to create
this menu,or interface, with R? or I have create this interface with other
language. 

Thank you very much, and I hope that you understand my english.
#
Try this:

switch(menu(c("Normal", "Uniform")), A=rnorm(5), B=runif(5))

for more details see ?menu
On 06/03/2008, ermimi <ermimi_ at hotmail.com> wrote:

  
    
#
Henrique Dallazuanna wrote:
It might be more to the point to look into the tcltk package (or one of
the other GUI packages)  and its demos. (Also look at James Wettenhall's
website).

-pd

  
    
#
ermimi wrote:
You didn't mention your OS, but if you are on Windows, take a look at
?winMenuAddItem