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.

8 results for “from:Nagle, Nicholas”

How to write functions with mutiple large raster
Nagle, Nicholas · May 8, 2013 · r-sig-geo

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20130508/fa0712a4/attachment.pl>

How to write functions with mutiple large raster
Nagle, Nicholas · May 8, 2013 · r-sig-geo

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20130508/b3b4b07f/attachment.pl>

Question about space-time analysis routines
Nagle, Nicholas · Nov 2, 2012 · r-sig-geo

Corey, You might also look at Simon Wood's mgcv package. It is a general purpose Generalized Additive Model package. There is a way to specify a Conditional Autoregressive Model in space. And you can interact this with temporal autocorrelation...

Comparing two Regression Lines
Nagle, Nicholas · Oct 31, 2011 · r-sig-teaching

Try this for starters: X1<-c(25, 50, 100, 200, 400) Y1<-c(77.7, 78, 64.3, 59.7, 51.2) X2<-c(25, 50, 100, 200) Y2<-c(77.7, 52.3, 23.7, 6) dat1 <- data.frame...

Overlaying rasters in spplot
Nagle, Nicholas · Nov 29, 2011 · r-sig-geo

Hi Chris - I don't know how to do what you want with spplot, but I've done it with ggplot. Overlays and colors are more intuitive to me in ggplot. Maybe this will help? I recently had to plot...

DEM interpolation with Delaunay triangulation
Nagle, Nicholas · Nov 23, 2011 · r-sig-geo

For the first part of your question, interpolation: I've never used it, but the 'tripack' package seems to do most of what you want. There is a function tri.find() that returns the three points of the TIN. From...

Area-weighted average of ncdf files
Nagle, Nicholas · Jan 17, 2012 · r-sig-geo

Hi Trent - I've had some success doing raster-to-vector conversions with GRASS and the spgrass6 package. But without the fractional allocation of cells that you need here. Quick and dirty, you might increase the resolution of the raster...

How to write functions with mutiple large raster
Nagle, Nicholas · May 8, 2013 · r-sig-geo

Dear Francisco, I am working with the same time series of MOD09 data, but I leave it as a stack, rather than create the brick. Why do you need it as a brick? The problem with brick is that it...

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