search for: egonw

Displaying 4 results from an estimated 4 matches for "egonw".

Did you mean: egon
2001 Nov 13
2
r-gnome: plots go blank directly after R is finished plotting (PR#1167)
Full_Name: Dirk Eddelbuettel Version: 1.3.1 OS: Linux Submission from: (NULL) (65.184.214.9) [ This bug report has previously been filed as #116701 in the Debian Bug Tracking System. --edd ] From: Egon Willighagen <egonw@sci.kun.nl> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: r-gnome: plots go blank directly after R is finished plotting Date: Mon, 22 Oct 2001 23:44:41 +0200 Package: r-gnome Version: 1.3.1-2 Severity: important When using the plot() function, the output is drawn, but...
2002 Mar 14
4
KDE frontend (PR#1384)
Full_Name: Egon Willighagen Version: 1.4.x OS: Linux/Solaris Submission from: (NULL) (131.174.179.30) I would like to have an gui for KDE (like gnome). -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2002 Oct 14
4
log10(), floor() combo issue?
Hi all, in my search for a nice binary2decimal method, I received this nice code (thanx to Uwe Ligges): bindec <- function(b) sum(as.integer(unlist(strsplit(b, ""))) * 2^(floor(log10(b)):0)) It fails, however, with: > bindec(1000) [1] 4 Warning message: longer object length is not a multiple of shorter object length in: as.integer(unlist(strsplit(b, "")))
2002 Apr 02
0
Re: Finding code (was: [R] A request)
On Tuesday 02 April 2002 12:25, ripley@stats.ox.ac.uk wrote: > On Tue, 2 Apr 2002, E.L. Willighagen wrote: > > On Tuesday 02 April 2002 10:05, Uwe Ligges wrote: > > > "E.L. Willighagen" wrote: > > > R provides the tools for easily documenting and packaging functions. > > > > Interesting point, because I am working on a library with the same >