Closed JoMort closed 2 months ago
Not yet possible, but should be nice to have.
This is now possible with tmap v4, (not yet released, but can be installed with pak::pak("r-tmap/tmap")
. tm_text()
has an angle
argument now.
using
tm_text("Location",
xmod = 2,
angle = 90,
size = 0.9)
works
I would like to rotate a label (in this map 'WALES'), but can't seem to find a function in tm_text to do this. Is it possible to rotate labels?