geolines(island) # plot iceland.
geolines(island$lat, island$lon, col = 1) # same.
#######################################################
geoplot(xlim=c(0, -50), ylim=c(60, 75), projection = "Lambert")
# Set up a Lambert plot.
geolines(c(66, 66), c(-30, -10), nx = 50, col = 155, lwd = 2)
# Draw a line with colour 155 and width 2.
geopolygon(island)
geolines(island, col = 3, lwd = 3)
geolines(eyjar, col = 40)
geolines(faeroes, col = 40)
geolines(greenland, col = 3, lwd = 3)
# geolines(janmayen, col = 40)
# Plot some more countries using geolines.
Run the code above in your browser using DataLab