Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

24 results for “from:Richard Müller”

winDialog UNIX equivalent?
Richard Müller · Sep 5, 2006 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060905/f72d32c1/attachment.pl

can't find mailing list commands
Richard Müller · Jan 31, 2007 · r-help

Sorry for inconvenience - but since I can't find any hints on this list at stat.ethz.ch, I'll ask here: How do I unsubscribe from this list? Thanks for answering - Richard -- Richard M?ller - Am Spring 9 - D...

winDialog UNIX equivalent?
Richard Müller · Sep 6, 2006 · r-help

> I'm using winDialog and winDialogString in scripts running on a XP-machine. > Since we're using some Linux-machines (Suse 10.0 and 10.1 on x86) I'm Thanks to the respondents. Use of TCl/Tk is a...

Return Value of TCl/Tk window in R
Richard Müller · Dec 28, 2007 · r-help

Hello, I have the TCl/Tk command "tkmessageBox(titel="",message="x",icon="question",type="okcancel")" in my R script. Now I want to perform some operation in relation to the user's choice, something like "if (okpressed) xxx else yyy...

tcltk again (solved)
Richard Müller · Dec 31, 2007 · r-help

> I wrote the following code: > X11() > # some code to generate a plot on the screen omitted > > res <- tkmessageBox(title="Finish?", > message="save as PDF?", > icon="question", type="okcancel") > > if (tclvalue(res) == "ok") > Datei <- tkgetSaveFile(initialdir="temp/",defaultextension=".pdf", > initialfile="Haupt...

Using data stored in a file for a heatmap
Richard Müller · Jul 11, 2012 · r-help

Hi all, I just try to get familiar with levelplot() for generating heatmaps. I have x, y, z-data stored in a file: e.g.: "file.csv": 0 0 0.1 0 1 0.5 0 2 0.4 1...

Thanks for helping - back to the community?
Richard Müller · Sep 8, 2012 · r-help

DeaR R-fellows, I got a lot of help from you concerning the generation of heat maps, so I was able to write and work with a script for this purpose at last. Some visitors of our Ecological Station asked...

Rcmd? Where?
Richard Müller · Nov 7, 2002 · r-help

Hello, I got R 1.6.0 for windows and I need Rcmd, which was not included. Where can I get it? (I have to start R and give the name of the file with the R-commands on the...

continuous lines?
Richard Müller · Nov 3, 2002 · r-help

Good evening, I can't manage to plot continous lines (x-y representation of measured data): The spreadsheet where the data come from has continuous x-data (0,1,2,3,4, ...), but not every x-datum has a corresponding...

position of windows-dialogue
Richard Müller · Nov 17, 2002 · r-help

Hello all, to interrupt a BATCH program I inserted, as adviced in this list, a windows dialogue box (winDialog("ok")). The graphic display opens on the right part of the screen, which is OK. The Windows dialoge opens in the...

passing args from the command line
Richard Müller · Jan 1, 2008 · r-help

Happy New Year to all! I want to run a script from a directory on a central server on different machines, linux and windows. To determine which machine is calling the script I want to pass an argument with the...

carpet plots
Richard Müller · Jul 2, 2012 · r-help

Hi all, I wonder why there is so little software for carpet plots (german: Rasterdiagramm) (Three dimensional plot (x, y, z), the 3rd dimension (z) symbolized by colourgradients). Besides from one or the other non free software I only found...

reading XML-tables into R?
Richard Müller · Nov 5, 2002 · r-help

Good evening, is there any experience with using the calc-modules of StarOffice 6.0 or Open.Office.org, which should give XML-output, for reading their content into R? I can not try it, because I haven't SO6...

how to ignore or omit somethings while reading the data table
Richard Müller · Jan 2, 2008 · r-help

Am Mittwoch, 2. Januar 2008 14:14 schrieb mrafi: > hello respected ppl... > am a engg. student...i was trying to use R in statistical calculations > now the problem is..i imported a huge tsv file onto R...it has a...

Origin of coordinate system
Richard Müller · Aug 23, 2012 · r-help

Thank you for your answer. That's the workaround I use - but that's not what I intended: the resulting graph looks correct. I used this approach a hundred times. But the ugly thing remains: the x-values (independent variables...

tcltk again
Richard Müller · Dec 30, 2007 · r-help

Oops, I just sent the wrong mail. It should be the following one. Please delete my mail from 30.Dez. 17:51 Sorry, but I don't really understand the recommended method using the tk-Box "tkGetSaveFile". I wrote the...

Importing an Excel file
Richard Müller · Jul 7, 2004 · r-help

Am Mittwoch, 7. Juli 2004 20:21 schrieb Park, Kyong H Mr. RDECOM: > Hello, R users, > I am a very beginner of R and tried read.csv to import an excel file after > saving an excel file as csv. But...

graphics window closes after invoking
Richard Müller · Nov 10, 2002 · r-help

Hi, I hope this is my last stupid question for this project. I run (WinXP) Rcmd* BATCH ToDo.R and want the produced graph to be seen on the display. But after a part of a second the graphics window...

tcltk again
Richard Müller · Dec 30, 2007 · r-help

> > ... > > I experimented with tkgetSaveFile(). But in the moment the user > > gives the > > filename the file is not yet generated! And I can't generate it in > > advance, > > because the filename is not yet specified. > > I don't see why this...

Colour gradients and colour fill between points
Richard Müller · Aug 20, 2012 · r-help

Hello, Can somebody help me on a colour question? I have a levelplot made with the following syntax: library(lattice) inp <- read.csv("hoenne1", header = TRUE) levelplot(z~x*y, data = inp, region = TRUE, pretty = TRUE, col.regions = terrain.colours...

Can't find what you're looking for? Try searching with Google .