map()
(aus den Paketen "maps
" und "mapdata
") erstellt Karten von Ländern, Kontinenten und der Welt.
Handhabung
Deutschland
library(maps) map("world", region="germany", fill=TRUE, col="grey")
Neuere Version
library("maps") library("mapdata") if (requireNamespace("mapdata", quietly=TRUE) && packageVersion("mapdata") >= "2.3.0") { map("mapdata::worldLores", region="germany",fill = FALSE, col = 1) }
siehe auch
Weblinks
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.