Skip to contents

Named list of simplified basin boundaries and water stream networks as sf objects, read in from GeoJSON file locations defined in ISO3.

Usage

ZOI

Format

A named list, names are 3-letter ISO3 country codes.

See also

Examples

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)
}
#> Error in st_geometry(i[["admin"]]): could not find function "st_geometry"