## Not run: geoplot(xlim = c(0, -53), ylim = c(53, 75))
# geoworld()
#
# # Should plot in all countries who intersect the plot draw
# # with geoplot.
#
# # The packages maps and mapdata need to be installed
# # worldHires is a very detailed database of coastlines from the
# # package mapdata. Could be problematic if used with fill = TRUE)
# # Allowed.size is the maximum allowed size of polygons.
# library(map) # world coastlines and programs
# library(mapdata) # more detailed coastlines
# geoplot(xlim = c(20, 70), ylim = c(15, 34))
# geoworld(database = "worldHires", fill = TRUE, col = 30, allowed.size = 1e5)
#
# geoplot(xlim = c(20, 70), ylim = c(15, 34), dlat = 10, dlon = 10)
# geoworld(database = "world", fill = TRUE, col = 30) #
#
# geoplot(xlim = c(-10, 70), ylim = c(71, 81), b0 = 80,
# dlat = 2, dlon = 10) # 0 must be high here else
# geoworld(database = "world", fill = TRUE, col = 30) #the plot fails.
#
# # Lambert projection,
# geoplot(xlim = c(-10, 70), ylim = c(71, 81),
# dlat = 2, dlon = 10, projection = "Lambert")
# geoworld(database = "world", fill = TRUE, col = 30)
# ## End(Not run)
Run the code above in your browser using DataLab