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:Kris Nackaerts”

read.table and decimals
Kris Nackaerts · Apr 22, 2003 · r-help

Dear, We are trying to read an asciifile using the read.table() function and discovered that only 4 decimals are read. Any idea how to get more decimals? Kris -- ------------------------------------------------------------------------ http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn...

interpolation methods
Kris Nackaerts · Oct 11, 2003 · r-help

Dear, Have a look at: *akima <http://cran.r-project.org/src/contrib/akima_0.3-4.tar.gz>: Interpolation of irregularly spaced data* Linear or cubic spline interpolation for irregular gridded data Kris > > -- ------------------------------------------------------------------------ http://perswww.kuleuven.ac.be/~u0027178...

Analysis of AVHRR/VGT timeseries
Kris Nackaerts · Jul 29, 2003 · r-help

Dear, Is anyone using R for the analysis of AVHRR or VGT timeseries? We've just started to explore the capabilities of the ts package and are exploring FFT. Any extra resources would be handy. Regards, Kris -- ------------------------------------------------------------------------ http://perswww.kuleuven...

Can't find nls()
Kris Nackaerts · Dec 11, 2002 · r-help

Hi, I looked for the nls() function and couldn't find it. In the refman.pdf it's mentioned as part of the nls package which I cannot find and I also read something about the MASS package, also impossible...

image usage
Kris Nackaerts · Oct 11, 2003 · r-help

Suppose your data is in image.txt, space delimited (one or more spaces), then you could use: myimage <- as.matrix(read.table('image.txt',skip=0,header=FALSE,sep="",strip.white=TRUE))to view the resulting image use: image(myimage...

OO programming in R
Kris Nackaerts · Feb 13, 2003 · r-help

Dear, I'm looking for some examples on OO programming in R. I have the programming manual with explanation on UseMethod and NextMethod but I miss some practical examples to get me going (I hope). I searched the web but...

R on AIX RISC-6000
Kris Nackaerts · Apr 4, 2003 · r-help

Dear, has anyone experience compiling R on a cluster of RISC-6000 systems (IBM Scalable Parallel System) with the xlc compiler (version 5)? We discovered we can use such a system at our university and have some processing time problems...

geoR vector length error
Kris Nackaerts · Mar 25, 2003 · r-help

Dear, we have a problem with geoR. We try to read an ASCII table (x,y,z) with 40000 lines. With read.geodata we get the error: Error in vector("double", length) : cannot allocate vector of length 799980000 We can...

Logistic regression
Kris Nackaerts · Dec 1, 2002 · r-help

Hi, I can't figure out how to get the P-values out of the summery of a logistic regression. I used: logit.out <- glm(...) and then I should be able to extract just the P values for the coefficients...

Contouring irregular xyz data via TIN
Kris Nackaerts · Aug 14, 2003 · r-help

Dear, I have XYZ data available in a MySQL database. I get it out, can plot the data with the plot() function, load it into a geoR datastructure. But what I actually would like to do is a simple contouring...

Use of variables to reference to objects
Kris Nackaerts · Nov 22, 2002 · r-help

Hi, I'm new to R and looking for a way to use a variable to reference to an object. I'm plotting several graphs on top of each other and want to do this by a for loop. The...

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