Re: [R] Plots with k-means

2009-11-03 Thread eduardo san miguel
are so intragroup homogeneus that in most cases you will see six points plotted). Regards, Eduardo San Miguel Martin BI Consultant 2009/11/2 Iuri Gavronski i...@ufrgs.br: David, Eduardo, Thanks for the code. I have run it and I'm not sure what to do with the graph when it comes up. Can I interact

Re: [R] Plots with k-means

2009-11-02 Thread eduardo san miguel
Hello all, I have almost finished the development of a new package where ideas from Tamara Munzner, George Furnas and Costa and Venturini are implemented. 1.- Da Costa, David Venturini, Gilles (2006). An Interactive Visualization Environment for Data Exploration Using Points of Interest. adma

Re: [R] Plots with k-means

2009-11-02 Thread eduardo san miguel
, eduardo san miguel eduardosa...@gmail.com wrote: Hello all, I have almost finished the development of a new package where ideas from Tamara Munzner, George Furnas and Costa and Venturini are implemented. 1.- Da Costa, David Venturini, Gilles (2006). An Interactive Visualization Environment

Re: [R] Aling elmentos into Windows with TK

2008-05-08 Thread eduardo san miguel
Hi, There are many ways to do that. An example: require(tcltk) tt - tktoplevel() te - tkentry(tt) tl - tklabel(tt) tb - tkbutton(tt) tkconfigure(tl, text = 'Enter text') tkconfigure(tb, text = 'Show', command = function() {cat(as.character(tkget(te)))}) tkgrid(tl, row = 0, column = 0,