Hi ,
I need help to make the legend of my map displaying the right colour (gray10)
in the legend as defined in tm_bubble instead of the standard gray ..
Can anyone help ?
tm_shape(allpoints) +
tm_bubbles(size = "v1", alpha = 0.05,
sizes.legend=c(5,15,25,35,45,55),
sizes.legend.labels=c("5","15","25","35","45","55"),# vector of labels for that correspond to sizes.legend
col = "gray10",
border.col = "gray10",
border.lwd = 0.3,
legend.col.show = TRUE,
title.size = "My points") +
tm_layout(legend.outside = TRUE,
legend.title.size=1.5,
legend.text.size=1,
legend.outside.position = "bottom")