get.neighbor: Obtain Neighbors of Given Regions

View source: R/get.neighbor.R

get.neighborR Documentation

Obtain Neighbors of Given Regions

Description

Extracts the neighbors of a number of regions from a map in graph format.

Usage

  get.neighbor(map, regions)

Arguments

map

map object in graph format.

regions

vector of names of regions for which the neighbors should be axtracted.

Value

A list of vectors containing the neighbors of the elements in regions.

Author(s)

Felix Heinzl, Thomas Kneib.

See Also

add.neighbor, delete.neighbor

Examples

file <- file.path(find.package("R2BayesX"), "examples", "Germany.gra")
germany <- read.gra(file)
get.neighbor(germany, "1001")
get.neighbor(germany, c("1001", "7339"))

R2BayesX documentation built on Oct. 20, 2023, 3:01 p.m.