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?
spplot
Have you looked at grid.raster()?
grid.raster()