mapGCAMReg32US52df: Merge of GCAM 32 and US52

Description Usage Format Source Examples

Description

Merge of GCAM 32 and US52

Usage

1

Format

R tibble

Source

JGCRI

Examples

1
2
3
4
5
6
7
8
## Not run: 
 library(sp); library(rmapdata); library(ggplot2)
 ggplot() +
 geom_polygon(data = mapGCAMReg32US52df, aes(x = long, y = lat, group = group),
             colour = "black", fill = NA)
 head(mapGCAMReg32US52df)

## End(Not run)

JGCRI/rmapdata documentation built on Dec. 18, 2021, 12:25 a.m.