USA map
On 5 Nov 2003 at 8:21, Ray Brownrigg wrote:
Except the Bolivia map must be a local one (from kjetil at entelnet.bo?); it is not in library(mapdata). Ray Brownrigg
Sorry, I should have typed
library(maps)
library(mapdata)
map("worldHires","bolivia")
which indeed shows a correctly-looking map. I also tried
map("worldHires","sweden")
map("worldHires","denmark") # which comes out very small since it
# includes the Faroe
# islands properly far-
# away
map("worldHires","andorra")
map("worldHires","norway") # which for some reason is smaller in
# the graphical window
# than Andorra
but I cannot find any function to find the avalable region names in
a map database
Kjetil Halvorsen