Learn R Programming

sorvi (version 0.4.05)

GetGADM: Get map data in GADM format

Description

Args:

Usage

GetGADM(map = "FIN_adm", resolution = 4,
    url = "http://gadm.org/data/rda/")

Arguments

map
Map identifier. When the full GADM-URL has the form "http://gadm.org/data/rda/FIN_adm2.RData", this variable contains the part "FIN_adm". For further map identifiers, see http://gadm.org
resolution
Integer or String. Specifies map resolution. This variable contains the part "4" from the full GADM-URL. Alternatively, the user can provide a string corresponding to the desired FIN_adm GADM map resolution with the following options: "Maa" (0 /
url
URL of the GADM R data source

Returns:

Value

  • GADM object

References

See citation("sorvi")

Examples

Run this code
# Suomen kunnat: gadm <- get.gadm(map = "FIN_adm", resolution = 4)

Run the code above in your browser using DataLab