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.

18 results for “from:Neil Klepeis”

Graphics output device
Neil Klepeis · Sep 30, 1999 · r-help

Check out pstoedit: http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ I use it to convert ps to fig, and then edit the result with xfig: http://www.xfig.org/ Michael Lapsley wrote: > (Or perhaps there is a package that...

%in% not working
Neil Klepeis · Oct 31, 2002 · r-help

I'm at a loss on this one: > c(1.253) %in% seq(1.1,1.3,by=0.001) [1] FALSE > c(1.252) %in% seq(1.1,1.3,by=0.001) [1] TRUE > c(1.254) %in...

Limit on Function Size
Neil Klepeis · Aug 29, 2002 · r-help

With R 1.5.1 (Linux/Intel), I noticed that one of my large functions (>3000 lines) can no longer be parsed. Somewhere around 2800 lines, R will segfault when I `eval(parse(file="..."))' the function. I can parse the...

Limit on Function Size
Neil Klepeis · Sep 1, 2002 · r-help

With R 1.5.1 (Linux/Intel), I noticed that one of my large functions (>3000 lines) can no longer be parsed. Somewhere around 2800 lines, R will segfault when I `eval(parse(file="..."))' the function. I can parse the...

Postscript linewidth errors
Neil Klepeis · Feb 6, 2003 · r-help

Nothing in Rbugs or Rhelp on this that I could see: [Redhat 7.3 (Intel); R 1.6.2] R Postscript output contains a bunch of the following commands: nan setlinewidth And GNU Ghostscript 6.52 chokes with: Error: /undefined...

Transpose and NA's
Neil Klepeis · Jul 14, 2002 · r-help

I noticed some odd behavior when I transpose a data frame containing NA's. It seems to cast all the elements as "character" including the NA's. Bug? > t(data.frame(x=1:10,y=1:10,z=rep(NA...

Limit on Function Size
Neil Klepeis · Sep 2, 2002 · r-help

Here is the function (3000+ lines), which source's OK on R 1.5.0 but not on R 1.5.1: http://socrates.berkeley.edu/~nklepeis/heR/load.pteam.data.Rf wc gives: 3031 17943 219157 load.pteam.data...

%in% not working
Neil Klepeis · Nov 1, 2002 · r-help

Thanks to Thomas and everyone on my floating point confusion, Is there any reason why conversion to 'character' wouldn't be the safest way to compare decimal numbers: > 1.253 %in% seq(1.1,1.3,by=0.001) [1...

Newsgroup
Neil Klepeis · Apr 10, 2002 · r-help

What about splitting R-help into: R-help R-help-basics or R-help-beginner R-help-advanced [all current R-help subscribers would be automatically subscribed to both] Or even (after perusing the R key-words index): R-help...

Tps regression question
Neil Klepeis · May 22, 2002 · r-help

Look at the 2D example for the ozone data set and the 4D example using BD[,1:4] as input for `x'. You input a matrix `x' with `d' dimensions as multiple columns of data (independent variables). Paola Lecca wrote...

Non-interactive sessions
Neil Klepeis · Sep 17, 1999 · r-help

Greetings, Quick Summary: How does R function non-interactively? I can't print graphics to an X11 window. I set up what appears to be called a "noninteractive" R session using the Perl code at the end of this message...

Overlaying Plots
Neil Klepeis · Nov 17, 1999 · r-help

Greetings, Problem Summary: I am trying to overlay data series by plotting on the same set of axes, but the ylim and xlim specifications apparently do not specify the actual limits of the plot. Is there some way to specify...

Weighted Histogram
Neil Klepeis · Sep 17, 2000 · r-help

Greetings, I'm having trouble finding a simple way to calculate a weighted histogram where there may be zero raw counts in a given interval. Given equal-length vectors of data 'data' and weights 'w', and breaks (intervals) for the...

Reading multi-line FWF data
Neil Klepeis · May 15, 2002 · r-help

I keep getting these fixed-width format (FWF) data files where variables for a single subject are spread across multiple lines and each line has a different format (apparently created with SAS or SPSS). To read them I stole some...

%in% not working
Neil Klepeis · Nov 4, 2002 · r-help

Barry Rowlingson wrote: > > as.character(1e-4) == as.character(0.0001+.000000000000000000000001) > [1] TRUE > > - as.character gets it wrong - > > Wheras: > > > 1e-4 == 0.0001+.0000000000000000001 > [1] FALSE > > - plain old numbers gets it right. > > Far better to understand what is going...

Limit on Function Size
Neil Klepeis · Sep 2, 2002 · r-help

I do: options(keep.source=F) source(file="mybigRfunction.Rf") and R 1.5.1 still segfaults. R 1.5.0 and earlier did not. R also crashes when trying to compile (R CMD check) the source package that this...

Zero is not Zero
Neil Klepeis · Oct 31, 2002 · r-help

I have a confusing problem with getting the form `x - trunc(x)' to be exactly zero when `x' is an integer. It only seems to occur inside of a function. [R-1.6.0 on Linux/Intel] I have a...

Vis5D interface package
Neil Klepeis · Mar 11, 2002 · r-help

Greetings, Summary: Has anyone else started a package (or have code) with the capability to write Vis5D-readable netCDF files containing irregularly-spaced data? I've recently put together what might be the beginnings of a (GPL'ed) R interface...

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