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.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 .