Description Usage Format Source Examples
HydroSHEDS level 2
1 |
A SpatialPolygonsDataFrame
Lehner, B., Grill G. (2013): Global river hydrography and network routing: baseline data and new approaches to study the world’s large river systems. Hydrological Processes, 27(15): 2171–2186. https://www.hydrosheds.org/page/hydrobasins
1 2 3 4 5 6 7 8 | ## Not run:
library(sp); library(rmapdata); library(ggplot2)
ggplot() +
geom_polygon(data = mapHydroShed2df, aes(x = long, y = lat, group = group),
colour = "black", fill = NA)
head(mapHydroShed2df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.