Learn R Programming

rasterdiv (version 0.3.4)

world: Natural Earth world dataset

Description

A SpatVector (EPSG: 4326) of the continents.

Usage

load_world()

Arguments

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.

References

https://www.naturalearthdata.com/

Examples

Run this code
world <- readRDS(system.file("extdata", "world.rds", package = "rasterdiv"))

Run the code above in your browser using DataLab