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.

4 results for “from:peleve”

Clearing the area outside of a polygon defined on a grid.
peleve · Nov 15, 2012 · r-sig-geo

Thanks Robert, I was able to do it with the following using the 'gpclib" package: p2 <- as(xy, "gpc.poly") p1 <- as(maparea, "gpc.poly") plot(setdiff(p1, p2), poly.args = list(col = 3), add = TRUE) Did exactly what I...

Creating a polygon from an unordered set of points
peleve · Oct 23, 2012 · r-help

Hello, I have the contour of the shoreline of a lake. I have measured data points away from the lake shore signifying a particular depth. The data is not ordered as a polygon and hence trying to draw it creates...

Clearing the area outside of a polygon defined on a grid.
peleve · Nov 15, 2012 · r-sig-geo

Thank you very much. That worked, mostly!?! But I see the methodology now. I had been thinking about masks, but I was asking the wrong question I now realize. In my real application, using your approach, I still have some...

Clearing the area outside of a polygon defined on a grid.
peleve · Nov 14, 2012 · r-sig-geo

I have a result from Akima or Loesss interpolation using irregular data defined inside a polygon. I only want the results inside the polygon. Akima interpolates correctly inside the polygon but leaves a blue residue outside the polygon (a result...

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