Title: | World Vector Map Data from Natural Earth Used in 'rnaturalearth' |
Version: | 1.0.0 |
Description: | Vector map data from https://www.naturalearthdata.com/. Access functions are provided in the accompanying package 'rnaturalearth'. |
License: | CC0 |
LazyData: | true |
LazyDataCompression: | xz |
Encoding: | UTF-8 |
URL: | https://docs.ropensci.org/rnaturalearthdata/, https://github.com/ropensci/rnaturalearthdata |
BugReports: | https://github.com/ropensci/rnaturalearthdata/issues |
Depends: | R (≥ 3.1.1) |
Suggests: | knitr (≥ 1.12.3), testthat (≥ 0.9.1) |
RoxygenNote: | 7.3.1 |
NeedsCompilation: | no |
Packaged: | 2024-02-09 14:10:35 UTC; filoche |
Author: | Andy South |
Maintainer: | Philippe Massicotte <pmassicotte@hotmail.com> |
Repository: | CRAN |
Date/Publication: | 2024-02-09 16:50:02 UTC |
rnaturalearthdata: World Vector Map Data from Natural Earth Used in 'rnaturalearth'
Description
Vector map data from https://www.naturalearthdata.com/. Access functions are provided in the accompanying package 'rnaturalearth'.
Author(s)
Maintainer: Philippe Massicotte pmassicotte@hotmail.com (ORCID)
Authors:
Andy South southandy@gmail.com (ORCID)
Schramm Michael mpschramm@gmail.com
See Also
Useful links:
Report bugs at https://github.com/ropensci/rnaturalearthdata/issues
world coastlines from Natural Earth
Description
coastline lines at scales 1:110m (small), 1:50m (medium). 1:10m (large) are in the package rnaturalearthhires.
Usage
coastline110
coastline50
Format
An object of class 'sf'
An object of class sf
(inherits from data.frame
) with 134 rows and 4 columns.
An object of class sf
(inherits from data.frame
) with 1428 rows and 4 columns.
Source
world country polygons from Natural Earth
Description
at scales 1:110m (small) and 1:50m (medium). 1:10m (large) are in the package rnaturalearthhires.
Usage
countries110
countries50
Format
An object of class 'sf'
An object of class sf
(inherits from data.frame
) with 177 rows and 169 columns.
An object of class sf
(inherits from data.frame
) with 242 rows and 169 columns.
Slots
data
A data frame with country attributes
Source
world map_unit polygons from Natural Earth
Description
map_unit polygons at scales 1:110m (small), 1:50m (medium). 1:10m (large) are in the package rnaturalearthhires. There are more map_units than countries e.g. United Kingdom is split into England, Scotland, Wales and Northern Ireland.
Usage
map_units110
map_units50
Format
An object of class 'sf'
An object of class sf
(inherits from data.frame
) with 183 rows and 169 columns.
An object of class sf
(inherits from data.frame
) with 265 rows and 169 columns.
Slots
data
A data frame with attributes
Source
world sovereignty polygons from Natural Earth
Description
sovereignty polygons at scales 1:110m (small), 1:50m (medium). 1:10m (large) are in the package rnaturalearthhires. There are fewer sovereign states than countries e.g. the Falkland Islands are included with the United Kingdom.
Usage
sovereignty110
sovereignty50
Format
An object of class 'sf'
An object of class sf
(inherits from data.frame
) with 171 rows and 169 columns.
An object of class sf
(inherits from data.frame
) with 201 rows and 169 columns.
Slots
data
A data frame with attributes
Source
state (admin level 1) polygons from Natural Earth
Description
For Australia, Brazil, Canada and USA, at 1:50m (medium) resolution. The package rnaturalearthhires has all world countries at 1:10m (high) resolution.
Usage
states50
Format
An object of class 'sf'
An object of class sf
(inherits from data.frame
) with 294 rows and 122 columns.
Slots
data
A data frame with attributes
Source
tiny countries points from Natural Earth
Description
small country points at scales 1:110m (small), 1:50m (medium).
Usage
tiny_countries110
tiny_countries50
Format
An object of class 'sf'
An object of class sf
(inherits from data.frame
) with 37 rows and 171 columns.
An object of class sf
(inherits from data.frame
) with 76 rows and 171 columns.