world {rasterdiv} | R Documentation |
Natural Earth world dataset
Description
A SpatVector
(EPSG: 4326) of the continents.
Usage
load_world()
Format
A SpatVector
containing the following columns:
- world
SpatVector of the world dissolved on continents. Details about columns should be listed here if applicable.
Details
This dataset represents the world, with spatial information dissolved on continents.
It is stored as a SpatVector
, suitable for various spatial operations and mapping.
Source
https://www.naturalearthdata.com/
References
https://www.naturalearthdata.com/
Examples
world <- readRDS(system.file("extdata", "world.rds", package = "rasterdiv"))
[Package rasterdiv version 0.3.4 Index]