load_world {rasterdiv}R Documentation

Load Natural Earth world dataset

Description

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

Usage

load_world()

Details

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

Value

A 'SpatVector' object representing the World vector data.

Source

https://www.naturalearthdata.com/

See Also

vect

Examples

## Not run: 
world_data <- load_world_vector()
plot(world_data)

## End(Not run)


[Package rasterdiv version 0.3.4 Index]