Learn R Programming

rasterdiv (version 0.3.4)

load_world: Load Natural Earth world dataset

Description

This function loads and returns the World Vector data stored within the package.

Usage

load_world()

Arguments

Value

A `SpatVector` object representing the World vector data.

Details

SpatVector (EPSG: 4326) of the world dissolved on continents.

See Also

Examples

Run this code
if (FALSE) {
world_data <- load_world_vector()
plot(world_data)
}

Run the code above in your browser using DataLab