Description Usage Format Source References Examples
Data for Municipalities within and nearby La Tigra National Park, Honduras
1 |
Simple feature collection with 4 features and 8 fields:
GEOCODIGO
NOMBRE
POB_2000
AREA
PERIMETER
HECTARES
KM2
Pob_Total
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(Municipalities)
plot(st_geometry(Municipalities), axes=TRUE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.