Description Usage Format Source References Examples
Data for Departments within and nearby La Tigra National Park, Honduras
1 |
Simple feature collection with 1 features and 6 fields:
ID
DEPARTAMEN
AREA
PERIMETER
HECTARES
COD_DEPTO
Instituto Nacional de Estadística, Censo Poblacional de la República de Honduras year 2001
http://170.238.108.227/binhnd/RpWebEngine.exe/Portal?BASE=CPVHND2001&lang=ESP
1 2 3 4 5 | if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(Departments)
plot(st_geometry(Departments), axes=TRUE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.