Skip to content
Prev 22503 / 29559 Next

Pole centric map with Raster?

On 03/27/2015 10:14 PM, Tim Appelhans wrote:
Cool!

The ggplot2 example of Ben looks as if it plots cells that form a
rectangular grid in long-lat onto a polar stereographic projection. One
could do this by converting the raster to a SpatialPolygonsDataFrame,
rgdal::spTransform this to the new projection, and then plot. It might
be improved by not plotting the cell (polygon) boundaries.