Re: [R] Dynamic visualisation of R data using Adobe FLEX

2009-05-04 Thread Harsh
Hi Yihui, In trying to make FLEX and R talk, I have decided to approach it by using the Rserver JRclient as the middle tier in a three tier approach. Tier 1: FLEX Visualisation Tier 2: JRclient (http://rosuda.org/Rserve/example.shtml) Tier 3: Rserver I have yet to begin working on this front, but

Re: [R] Dynamic visualisation of R data using Adobe FLEX

2009-05-02 Thread Yihui Xie
Hi Harsh, If your project is so specific on the regression model, my suggestion is to use tcl/tk or Gtk2 interface instead of FLEX, because your requirement on interaction is simple (e.g. you don't need to drag-and-drop points). I think the example 'run.cor2.examp()' in 'TeachingDemos' package ca