Hi, I want to create my own RGUI, so I�m using tcltk for that.
In a very simple example, I want to get the response of a function into a tktext, so I have done this: data<-c(2,3,5,2) tt<-tktoplevel text<-tktext(tt) tkpack(text) sum(data) How can I get the output of sum(data) in my tktext?? Thanks! Jes�s [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.