AR6_WGI_AtlasSynthesisRegions: AR6 WGI synthesis regions from the Atlas chapter of the IPCC...

AR6_WGI_AtlasSynthesisRegionsR Documentation

AR6 WGI synthesis regions from the Atlas chapter of the IPCC 6th Assessment Report (land).

Description

Spatial Polygons of the geographical regions used in the IPCC 6th Assessment Report.

Format

A SpatialPolygons-class object

Details

Display region names : names(AR6_WGI_AtlasSynthesisRegions).

Examples

## Not run: 
data(AR6_WGI_AtlasSynthesisRegions)

# All regions
sp::plot(AR6_WGI_AtlasSynthesisRegions, border = "red", axes = TRUE)
draw.world.lines()
title("AR6 World land regions")

# A single region (use region names for subsetting)
sp::plot(AR6_WGI_AtlasSynthesisRegions["Africa"], border = "red", axes = TRUE)
draw.world.lines()
title("AR6 Mediterranean region")

## End(Not run)

SantanderMetGroup/visualizeR documentation built on Oct. 28, 2023, 6:11 a.m.