Skip to content
Prev 50 / 1236 Next

[R-gui] Another R-GUI

On Mon, 25 Nov 2002 21:09:40 +0100 (MET), you wrote in message
<permail-200211252009404294-friedtcb@ruhr-uni-bochum.de>:
The example I'm thinking of is a dialog box at the side of a graph,
where you can make changes to the way the graph is generated.  For
example, if you want to plot densities, you might have a set of
radiobuttons to choose which distribution, or you might prefer to have
a string list of their names.  The radiobuttons work well when there
are a small number of choices, the string list works better when
there's a long list.
I don't know what you mean by this.  I think you're right, that we're
talking about different things.
I agree with the second part, but I think we also want to allow the
GUI to generate events.
"Lists" in R are really trees.  It would be nice to be able to look at
them that way, expanding and collapsing the various branches.
The way I was thinking about things is that we'd have a high level
parser that would translate what you wrote above into some detailed
GUI representation (probably a dialog box with 3 labels beside 3 text
entry fields).  But there should be other ways to generate the GUI
components.

Duncan