Guest User

Untitled

a guest
Jan 12th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. tm_shape(bristol) + tm_fill("population", palette = "YlOrRd",
  2. auto.palette.mapping = TRUE,
  3. title = "Bristol Population",
  4. breaks = c(0,5,10,15,20,25), colorNA = "darkgrey") + tm_borders("grey25",alpha = 0.7, lwd = 0.1) +
  5. tm_dots("n", size=0.1,col="green", shapeNA = NA, title = "Spaces") +
  6. tm_legend(text.size=1,title.size=1.2,position=c("left","top")) +
  7. tm_layout(legend.outside = TRUE, legend.outside.position = "bottom", title.snap.to.legend = TRUE)
  8.  
  9. tm_dots("n", size=0.1,col=Classification, shapeNA = NA, title = "Spaces")
Add Comment
Please, Sign In to add comment