Hello, I see that the more I work with R and the more the code gets larger I would like to have some graphic support in my quellcode. Is there a browser that could be easily implemened in R? And how do I call it from R? It would be nice if the browser replaces the "fix()" function. Carsten
On Mar 23, 2005, at 6:44 AM, Carsten Steinhoff wrote:> Hello, > > I see that the more I work with R and the more the code gets larger I > would > like to have some graphic support in my quellcode. > Is there a browser that could be easily implemened in R? > And how do I call it from R? It would be nice if the browser replaces > the > "fix()" function.You may want to think about using ESS within emacs. There are other options that offer similar features, but ESS is what I personally like and use. Sean
On Wed, 23 Mar 2005 12:44:23 +0100, "Carsten Steinhoff" <carsten.steinhoff at gmx.de> wrote :>Hello, > >I see that the more I work with R and the more the code gets larger I would >like to have some graphic support in my quellcode. >Is there a browser that could be easily implemened in R? >And how do I call it from R? It would be nice if the browser replaces the >"fix()" function.See the help for edit() to change the default editor. Duncan Murdoch