Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. library(mapdata)
  2. map('world', c('Germany', 'France'))
  3. map('world', 'France', fill=TRUE, col='red', add=TRUE)
  4. map('world', 'Germany', fill=TRUE, col='green', add=TRUE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement