Description Usage Format Source Examples
Cropped of GCAM Basins and US52
1 |
R tibble
JGCRI
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.