How do I change the vertical space between the raster and the title in a levelplot in R? For example, for an extra 2 lines of space I have tried
r <- raster::raster( matrix(runif(9),3,3) )
rasterVis::levelplot(r, margin=FALSE, main=list('My plot',line=2) )