Skip to content
Prev 19763 / 29559 Next

working with a rotated grid of SpatialPolygons

How about just using high-level maptools?  Following on directly from
your code, the function elide can rotate the grid polygons:

library(maptools)
 plot(elide(grdp, rotate = -45), add = TRUE)


On Thu, Nov 14, 2013 at 3:00 PM, Waichler, Scott R
<Scott.Waichler at pnnl.gov> wrote: