I am trying to use tm_text to add text to define locations on a map using the tmap package in R.
This is the code i have used to produce my map:
library(tmap)
library(spData)
tm_shape(nz) +
tm_fill("Population") +
tm_borders() +
tm_layout(basemaps = leaflet::providers$Esri.WorldTopoMap)
I can not find another base map which would highlight the locations on the map that I am interested in so I was wondering whether there is a way I can over lay text into certain areas?
For example in the image below I would like to add text to highlight central hawks bay district and palmerton North.