countries: Natural earth country data

Description Usage Format References Examples

Description

This dataset contains polygons of all the countries at a resolution of 10m.

Usage

1

Format

An object of class SpatialPolygonsDataFrame with 255 rows and 65 columns.

References

http://www.naturalearthdata.com/

Examples

1
2
3
4
5
6
7
data(countries)
names(countries)

two.countries<-subset(countries,GEOUNIT %in% c("Sweden","Denmark")) #Get the polygon of Sweden and Denmark
plot(two.countries)

eu.countries<-subset(countries,CONTINENT %in% "Europe") #get the full european continent 

MariekeDirk/solarEuR documentation built on May 14, 2019, 3:04 a.m.