ZOI | R Documentation |
Named list of simplified basin boundaries and water stream networks as sf
objects, read in from GeoJSON file locations defined in ISO3.
ZOI
A named list, names are 3-letter ISO3 country codes.
ISO3
par(mfrow=c(1, length(ZOI))) for(i in ZOI) { plot(st_geometry(i[["admin"]]), col=pal["light"]) plot(st_geometry(i[["water"]]), col=pal["blue"], add=T) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.