Re: [Rd] do.call and hist

2006-06-12 Thread Florian Hahne
Thanks, that did the trick... Gabor Grothendieck wrote: > Try > > x <- 1:10 > do.call(hist, list(quote(x))) > > or > > do.call(hist, list(x = 1:10, xlab = "x")) > > > On 6/12/06, Florian Hahne <[EMAIL PROTECTED]> wrote: >> Hi everyon

[Rd] do.call and hist

2006-06-12 Thread Florian Hahne
ices" [7] "utils" "datasets" "base" other attached packages: geneplotter annotateprada RColorBrewer Biobase "1.10.0" "1.10.0" "1.9.5" "0.2-3" "1.10.0" -- Florian Ha

Re: [Rd] rerender tcltk toplevel

2006-05-22 Thread Florian Hahne
Thanks Peter, that's what I was looking for. Works like a charm now... Florian Peter Dalgaard schrieb: > Florian Hahne <[EMAIL PROTECTED]> writes: > > >> Hi everybody, >> I am trying to write a simple progress display based on a tcltk >> toplevel. My firs

[Rd] rerender tcltk toplevel

2006-05-22 Thread Florian Hahne
rian PS: sessionInfo() Version 2.3.0 Under development (unstable) (2006-02-20 r37405) x86_64-unknown-linux-gnu attached base packages: [1] "grid" "tools" "tcltk" "stats" "graphics" "grDevices" [7] "utils"

[Rd] grid graphics gpar(fill) argument and jpeg device

2005-12-08 Thread Florian Hahne
Hi everybody, I just notice a strange behaviour of gpar's fill argument when using non-postscript devices: The default of the argument is transparent (according to get.gpar("fill")). So as expected, the following code draws a nice red rectangle in the middle of my X11 or postscript device. pushV

Re: [Rd] RODBC and 64 bit

2005-09-05 Thread Florian Hahne
gy. The TDS driver is the latest release of freeTDS (version 0.64), the DSN is configured using unixODBC and I am connecting to a MSSQL 2000 Server. Hope this helps, FLorian -- Florian Hahne Molecular Genome Analysis (B050) German Cancer Research Center Im Neuenheimer Feld 580 D-69120 Heidelber