You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is an issue but here it goes:
I'm trying to print a map of lines (streets) and want to visualize their labels (street names) in a way that they adapt to the shape of the line. I thought that the along.lines argument in the tm_text() function was going to do the job but it doesn't. I dont know if this is because is not the expected behaviour of along.lines = T or because I'm doing something wrong.
The algorithms for these text functions (along lines, remove overlap, and auto placement) are not perfect, but with some tuning you may be able to get satisfying results.
I don't know if this is an issue but here it goes:
I'm trying to print a map of lines (streets) and want to visualize their labels (street names) in a way that they adapt to the shape of the line. I thought that the
along.lines
argument in thetm_text()
function was going to do the job but it doesn't. I dont know if this is because is not the expected behaviour ofalong.lines = T
or because I'm doing something wrong.I first did this:
but got this error:
Error: is.list(x) is not TRUE
So I did this, didn't get the error but achieved nothing:
In the case that this is not the expected behaviour of
along.lines
, is there a way of achieving this withtmap()
?The shapefile I'm using can be downloaded here.
Thank you very much in advance.
Great package by the way!!
The text was updated successfully, but these errors were encountered: