View source: R/spatiotemporal.R
neighborhoods | R Documentation |
Function to build neighborhoods from real travel distances inside Colombia by land or river transportation.
neighborhoods(query_vector, threshold = 2)
query_vector |
Codes of the municipalities to consider for the neighborhoods. |
threshold |
Maximum traveling time around each municipality. |
neighborhood object according to the introduced threshold.
query_vector <- c("05001", "05002", "05004", "05021", "05030", "05615")
neighborhoods(query_vector, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.