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.

11 results for “from:Chris Marshall”

"return" function
Chris Marshall · Sep 14, 2001 · r-help

I tried to write a function like this f1 <- function(){ if (condition 1) return if (condition 2) return ... if (condition 3) return do more work } Where I am using return to exit the function prematurely when I detect conditions that...

any way to set X11() device geometry (screen offsets)?
Chris Marshall · May 28, 2001 · r-help

I am writing an R program to plot data as part of a real time display in a network operations center (NOC). Is there any way, when starting an X11 device in R, to control the location of the plotting...

using R to generate resizable real-time plots
Chris Marshall · Aug 20, 2001 · r-help

I am trying to use R to repeatedly plot data to an X11 device from a file that is being updated every five minutes. My initial strategy was to use a loop in R that roughly looks like this while...

any way to set X11() device geometry (screen offsets)?
Chris Marshall · May 29, 2001 · r-help

That would be wonderful if you could add it! I am still just plain floored by the usefulness of R and its help list. Chris Marshall -----Original Message----- From: Thomas Lumley To: Chris Marshall Cc: 'r-help at stat.math...

any way to set X11() device geometry (screen offsets)?
Chris Marshall · May 29, 2001 · r-help

Thomas: I have already messed around with this for a few hours. I have listed the functions I wrote below. The actual usage would look like this: ids <- get.win.ids() resize.plot.win(ids[1],600,200) That xwit...

thoughts on where R fits as a language
Chris Marshall · May 1, 2001 · r-help

I have a lot of java data analysis code I have written for processing 400MB per day of compressed packet sniffer data. I have been playing with R recently and struggling to understand where the dividing line between languages like...

how to do java-like hashtables in R, R from a java progra mmer's p onit of view
Chris Marshall · Apr 26, 2001 · r-help

It sounds like we are kindred spirits. I am using an old PC, with linux installed, running tcpdump as my packet sniffer. I will experiment with data frames as you suggest to get the hang of R some more before...

using R to generate resizable real-time plots
Chris Marshall · Aug 20, 2001 · r-help

Perfect! Works like a charm! Thank you so much. I can't believe I got an answer in an hour. R has to be one of the best supported tools in existance. Chris Marshall -----Original Message----- From: Thomas Lumley To...

R Function Guide
Chris Marshall · Jun 6, 2001 · r-help

Strange as it may seem, I've been digging into R a lot these last few months and, although I was aware of help.start(), I hadn't ever tried the search link. That is a very nice feature. I...

any way to set X11() device geometry (screen offsets)?
Chris Marshall · May 29, 2001 · r-help

I just knew that had to be a way to do what you describe in X outside of R. What you have described is perfect. Thanks! Chris Marshall -----Original Message----- From: B.Rowlingson at lancaster.ac.uk To: Thomas Lumley...

how to do java-like hashtables in R, R from a java programmer's p onit of view
Chris Marshall · Apr 25, 2001 · r-help

I suppose I am looking for recommendations on the right book on R for me. This post drones on a bit about what sort of programming I do and is basically asking if there are any books on R written...

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