I am working with tmaps and I'm plotting Colombia's map, which has a very small city (city == "San Andrés"). When I plot the map I have this:
tm_shape(mapa_municipal) +
tm_borders ()+
tm_polygons("Ganador_20181V")
I have seen in some pages that it is possible to do a zoom to that part, like this:
Does anybody knows how to do this? Thanks in advance!