mapGCAMBasinsUS52df: Cropped of GCAM Basins and US52

Description Usage Format Source Examples

Description

Cropped of GCAM Basins 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 = mapGCAMBasinsUS52df, aes(x = long, y = lat, group = group),
             colour = "black", fill = NA)
 head(mapGCAMBasinsUS52df)

## End(Not run)

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