Obtain Neighbors of Given Regions
Extracts the neighbors of a number of regions from a map in graph format.
get.neighbor(map, regions)
map |
map object in graph format. |
regions |
vector of names of regions for which the neighbors should be axtracted. |
A list of vectors containing the neighbors of the elements in regions
.
Felix Heinzl, Thomas Kneib.
file <- file.path(find.package("R2BayesX"), "examples", "Germany.gra") germany <- read.gra(file) get.neighbor(germany, "1001") get.neighbor(germany, c("1001", "7339"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.