Package 'rnaturalearthhires'

Title: High Resolution World Vector Map Data from Natural Earth used in rnaturalearth
Description: Facilitates mapping by making natural earth map data from http:// www.naturalearthdata.com/ more easily available to R users. Focuses on vector data.
Authors: Andy South [aut, cre] , Schramm Michael [aut], Philippe Massicotte [aut]
Maintainer: Andy South <[email protected]>
License: CC0
Version: 1.0.0.9000
Built: 2024-08-29 22:56:37 UTC
Source: https://github.com/ropensci/rnaturalearthhires

Help Index


world coastlines from Natural Earth

Description

coastline lines at scale 1:10m (large).

Usage

coastline10

Format

A SpatialLinesDataFrame

An object of class sf (inherits from data.frame) with 4133 rows and 4 columns.

Source

http//www.naturalearthdata.com/download/10m/physical/ne_10m_coastline.zip


world country polygons from Natural Earth

Description

at scale 1:10m (large)

Usage

countries10

Format

A SpatialPolygonsDataFrame

An object of class sf (inherits from data.frame) with 258 rows and 169 columns.

Slots

data

A data frame with country attributes

Source

http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries.zip


world map_unit polygons from Natural Earth

Description

map_unit polygons at scale 1:10m (large). There are more map_units than countries e.g. United Kingdom is split into England, Scotland, Wales and Northern Ireland.

Usage

map_units10

Format

A SpatialPolygonsDataFrame

An object of class sf (inherits from data.frame) with 298 rows and 169 columns.

Slots

data

A data frame with attributes

Source

http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_map_units.zip


rnaturalearthhires : high resolution world vector maps from Natural Earth

Description

Facilitates world mapping by making Natural Earth map data more easily available to R users.

See Also

ne_countries ne_states ne_download


world sovereignty polygons from Natural Earth

Description

sovereignty polygons at scale 1:10m (large). There are fewer sovereign states than countries e.g. the Falkland Islands are included with the United Kingdom.

Usage

sovereignty10

Format

A SpatialPolygonsDataFrame

An object of class sf (inherits from data.frame) with 209 rows and 169 columns.

Slots

data

A data frame with attributes

Source

http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_sovereignty.zip


state (admin level 1) polygons from Natural Earth

Description

For all world countries at scale 1:10m (high).

Usage

states10

Format

A SpatialPolygonsDataFrame

An object of class sf (inherits from data.frame) with 4596 rows and 122 columns.

Slots

data

A data frame with attributes

Source

http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states.zip