tmap
tmap copied to clipboard
tm_graticules does not print the degree sign
library(tmap)
library(spData)
tmap_mode("plot")
#> tmap mode set to 'plot'
tm_shape(nz) +
tm_graticules() +
tm_polygons()
