Description Usage Format Source References Examples
Data for Microbasins within La Tigra National Park, Honduras
1 |
Simple feature collection with 19 features and 3 fields:
id
name
Area_ha
Derived from the 30 meters SRTM digital elevation model
https://acchonduras.files.wordpress.com/2014/07/pm-pnltfinal.pdf
1 2 3 4 5 | if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(Microbasins)
plot(st_geometry(Microbasins), axes=TRUE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.