prevR (version 3.4.1)

TMWorldBorders: Dataset "TM World Borders Dataset 0.3".

Description

This dataset provides boundaries of all countries in the world, in decimal degrees. Available variables are:

  • "FIPS" FIPS 10-4 Country Code.

  • "ISO2" ISO 3166-1 Alpha-2 Country Code.

  • "ISO3" ISO 3166-1 Alpha-3 Country Code.

  • "UN" ISO 3166-1 Numeric-3 Country Code.

  • "NAME" Name of country/area.

  • "AREA" Land area, FAO Statistics (2002).

  • "POP2005" Population, World Population Prospects (2005).

  • "REGION" Macro geographical (continental region), UN Statistics.

  • "SUBREGION" Geographical sub-region, UN Statistics.

  • "LON" Longitude.

  • "LAT" Latitude.

Arguments

Format

Object of class sp::SpatialPolygonsDataFrame.

Examples

Run this code
# NOT RUN {
plot(TMWorldBorders)
# }

Run the code above in your browser using DataCamp Workspace