# NOT RUN {
library(ggplot2)
q <- ggplot(mapping = aes(x = long, y = lat, group = group))
q <- q + geom_polygon(data = fhidata::norway_map_municips, color = "black")
q <- q + theme_void()
q <- q + coord_quickmap()
q
# }
Run the code above in your browser using DataLab