2 Dec 14:49
Post hoc tweeking of ggenericwidget?
christiaan pauw <cjpauw <at> gmail.com>
2011-12-02 13:49:40 GMT
2011-12-02 13:49:40 GMT
Hi Everybody
ggenericwidet in the gWidgets package is really handy - you can get a
basic gui for your function in just about no time. Now I just want to
tweek it a little bit. For example: I want to use gvarbrowser to
select x . Can this type of object be manipulated after the initial
creation or must be all be done when it is created? If
In the process of trying to ascertain this, I tried to see the
structure of the object created by ggenericwidget. This is what
happened:
x=ggenericwidget("boxplot.default", container=TRUE) # example from
the help file
str(x)
# I am trying to use str() to see the structure of x so that I
can figure out how to manipulate certain aspect
Error in function (classes, fdef, mtable) :
unable to find an inherited method for function ".length", for
signature "gGenericWidgetANY", "guiWidgetsToolkitRGtk2"
Is this a problem in my system or is the object not accesable to str() ?
Thanks in advance
Christiaan
> sessionInfo()
R version 2.14.0 (2011-10-31)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
(Continue reading)
RSS Feed