data("nuts2006")
# Example 1
plot(nuts0.spdf, col = "grey60",border = "grey20", add=FALSE)
# Layout plot
layoutLayer()
# Example 2
layoutLayer(scale = NULL,col = NA, coltitle = "black",
sources = "", author = "",
frame = FALSE, bg = "#A6CAE0",
south = TRUE, extent = nuts0.spdf)
plot(world.spdf, col = "#E3DEBF", border=NA, add=TRUE)
plot(nuts0.spdf, col = "#D1914D",border = "white", lwd=1, add=TRUE)
Run the code above in your browser using DataLab