rasterVis - setting the bottom plots in the middle with levelplot
问题 I am using the awesome rasterVis to create a panel with maps that have the same extent (i.e. same spatial coverage) but that show different features (i.e. each with its own legend). This is what it looks like so far: library(raster) library(rasterVis) library(RColorBrewer) library(gridExtra) # make-up data r <- raster(system.file("external/test.grd", package="raster")) s <- stack(r, r*2, r*3, r*4, r*5) names(s) <- paste0("Field ",seq(1,5)) # pre-allocate list l <- vector("list", length