Displaying 3 results from an estimated 3 matches for "ggenericwidget".
2010 May 23
2
possible bug in formals
Hi,
I am a little bit surprised by the following output of
'formals'. Is this the intended behavior?
> f <- function(a=1,b=-1) { a+b }
> class(formals(f)$a)
[1] "numeric"
> class(formals(f)$b)
[1] "call"
Josef
--
-----------------------------------------------------------------------------
Josef Leydold | WU (Vienna University of Economics and
2013 Apr 23
1
Automation of R input
Hi all,
I have R script which during its run require an input like this:
choose between one of the grouping factor available :
c("Village", "Country")
can I automate this part, in other word to pass for example Village when I
am running the script.
One more thing the script is the TimeSeriesAnalysis {ndvits}.
Thanks in advance for any help or suggestion.
Regards,
Vahe
2011 May 07
2
Help with Using gtext in gWidgetsWWW for Outputting Results to Webpage
...nction.
The way I have implemented it is with a series of comboboxes that users use
to make selections and that ultimately return table() output to a gtext
widget. In so doing, I was essentially following the example at the end of
"Examples for gWidgets" (Section 17.2, An alternative to ggenericwidget).
Right now I'm testing the code on my local PC using localServerOpen().
The problem is not with the function, but with the output. Specifically, in
the output the formatting (particularly newline returns) are stripped out
and my table turns into a long string of numbers. Similarly, any t...