I am trying to rename multiple layers (January, February, March to Jan, Feb, Mar...Dec) in the plot using rasterVis. I followed the code as mentioned below. Using the code the layers can be renamed as 1,2,3, but i am unable to rename the layers as Jan, Feb, and March.
levelplot(data,par.settings=BuRdTheme(),names.attr=c(as.character(1:3)))
Any help would be appreciated.
Thank You