search for: map_world

Displaying 1 result from an estimated 1 matches for "map_world".

Did you mean: makeworld
2013 Feb 09
1
R maps Help
...s)) lines(inter, col=colors[colindex], lwd=0.1) } } map_usa <- function(){ xlim <- c(-171.738281, -56.601563) ylim <- c(12.039321, 71.856229) map("world", col="#191919", fill=TRUE, bg="#736F6E", lwd=0.05, xlim=xlim, ylim=ylim) add_lines() } map_world <- function(){ map("world", col="#191919", fill=TRUE, bg="#736F6E", lwd=.1) add_lines() } map_world() -- View this message in context: http://r.789695.n4.nabble.com/R-maps-Help-tp4658030.html Sent from the R help mailing list archive at Nabble.com.