Hi list,
I'd like to add a title to a level plot from rasterVis package but I
couldn't find how. There are no examples of this on the rastervis
page. I'm not very familiar with lattice kung fu, but I've tried :
library(raster)
library(rasterVis)
r <- raster(volcano)
levelplot(r, margin = FALSE, main = "The Great Volcano")
# or
levelplot(r, margin = FALSE, main = list("The Great Volcano"))
Any other way of adding an anotation to that plot would be welcome as
well.
Thanks,
Etienne
[[alternative HTML version deleted]]