Description Usage Format Source References Examples
Data for Communities within and nearby La Tigra National Park, Honduras
1 |
Simple feature collection with 104 features and 8 fields:
COD_CASERI
CASERI
COOR_X
COOR_Y
COD_MUNI
COD_ALDEA
POB_TOTAL
UbiPNLT
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(Communities)
plot(st_geometry(Communities), axes=TRUE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.