Search code examples
rr-grid

Plot raster with grid in R


I am trying to plot a raster within a plot using grid. The only way I have found so far was via spplot from the sp package. Is there a way to do that directly in grid?


Solution

  • Have you looked at grid.raster()?