Displaying 1 result from an estimated 1 matches for "736f6e".
Did you mean:
6f6e
2013 Feb 09
1
R maps Help
...colindex <- round( (fsub[j,]$cnt / maxcnt) * length(colors))
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.ht...