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.

15 results for “from:Ronnen Levinson”

Text shrinking in pdf graphics
Ronnen Levinson · May 4, 2008 · r-help

Plotting polynomial fit
Ronnen Levinson · Apr 26, 2009 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090426/dc122ecf/attachment-0001.pl>

Closing RGui help windows
Ronnen Levinson · Apr 27, 2005 · r-help

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

Applying function to multiple input vectors
Ronnen Levinson · Mar 27, 2005 · r-help

Hi. Say I have a function f with two inputs, x and y f <- function(x,y) {something} that I wish to evaluate with two input vectors of length N X <- c(x1, x2, ..., xN) Y <- c(y1, y2, ..., yN...

Contour plot for arbitrary (x,y,z)
Ronnen Levinson · Aug 13, 2003 · r-help

Hello. Is there an easy-to-use contour plot function analogous to scatterplot3d that can draw handle a dataset of arbitrary (x,y,z) triplets? That is, say x, y, and z are each measured quanties, and exhibit neither order...

Legends and Fonts
Ronnen Levinson · Aug 22, 2002 · r-help

Hello. Is it possible to set specify the font used by legend()? I would like to specify a fixed-width font so that I can line up parts of vertically stacked curve labels. For example, it would be nice if...

Trouble With Dates; Recommended Reference?
Ronnen Levinson · Jul 20, 2002 · r-help

Hi. I'm having a little difficulty with R1.5.1. To wit: (1) Can anyone explain the following behavior? > a=strptime("2002-06-01 12:15:01","%Y-%m-%d %H:%M:%S") > a [1] "2002-06-01 12...

Trouble with expression() in R-win 2.0.1
Ronnen Levinson · Mar 25, 2005 · r-help

Hi. The following statement works fine in R-win 1.8.0, but yields a syntax error in R-win 2.0.1 (and possibly in other versions after 1.8.0): plot(c(1,2),main=expression(a==b...

Converting 1-D array to vector
Ronnen Levinson · Aug 26, 2008 · r-help

Hi. How do I convert a one-dimensional array of characters to a character vector? In the example below I am trying to get the result c("a","d"). The function as.vector() returns the same one-dimensional array, and...

Prediction Intervals (reposting)
Ronnen Levinson · Aug 16, 2003 · r-help

(I'm reposting this message because the original has not appeared after about 2 days. Sorry if it shows up twice.) Hello. First, thanks to those who responded to my recent inquiry about using contour() over arbitrary (x,y) by...

Generating list of vector coordinates
Ronnen Levinson · Mar 28, 2005 · r-help

Hi. Can anyone suggest a simple way to obtain in R a list of vector coordinates of the following form? The code below is Mathematica. In[5]:= Flatten[Table[{i,j,k},{i,3},{j,4},{k,5}], 2] Out...

Need help with pipe()
Ronnen Levinson · Nov 22, 2002 · r-help

Hi. I have further experimented with the pipe() issue and found a workaround: putting the instructions in a batch file. It prepends two lines to the output of the pipe() instruction, but otherwise seems to work. -- Ronnen -- P.S. I...

Formatting POSIXt values in plot axis labels
Ronnen Levinson · Aug 5, 2002 · r-help

Hello. I have an XYY series that I would like to graph with matplot() or some other single function that will do the trick. The X in question is a vector of POSIXt values obtained from strptime(). Is it possible...

Need help with pipe()
Ronnen Levinson · Nov 21, 2002 · r-help

Hello. I have an R program that calls gawk (GNU Awk 3.06 for Windows) from within pipe() to preprocess a large file before it is read into a data frame with read.table(). I've recently upgraded from Win98SE...

Cannot allocate large vectors (running out of memory?)
Ronnen Levinson · Mar 24, 2008 · r-help

Hi. As shown in the simplified example below, I'm having trouble allocating memory for large vectors, even though it would appear that there is more than enough memory available. That is, even with a memory limit of 1500 MB...

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