Buenas tardes, estoy creando unos mapas con  la librería tmap, pero me gustaría 
ajustar los valores de la leyenda, mostrando el primer valor únicamente como 
cero 

tm_shape(localidad_poli) + tm_fill(col = "white", alpha = 0.5) + tm_borders(col 
= "black") +  tm_shape(localidad_calles) + tm_lines() + tm_shape(Abril) + 
tm_dots(size = 0.5, col = "sum_aedes", palette = "-RdBu", title="Legend")
 
Utilizando el código anterior, obtengo la siguiente leyenda 

Quisiera que la leyenda saliera de esta manera 



Agradeceria mucho su ayuda 

Saludos 

Daniel Ch. 

_______________________________________________
R-help-es mailing list
R-help-es@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-help-es

Responder a