powered by
Converts a map in boundary format to a map in graph format.
bnd2gra(map, npoints = 2)
Returns an adjacency matrix that represents the neighborhood structure of the map object in graph format.
map in boundary format that should be converted.
integer. How many points must be shared by two polygons to be a neighbor?
Felix Heinzl, Thomas Kneib.
BayesX Reference Manual. Available at https://www.uni-goettingen.de/de/bayesx/550513.html.
read.bnd, read.gra, write.bnd, write.gra.
read.bnd
read.gra
write.bnd
write.gra
data("FantasyBnd") plotmap(FantasyBnd, names = TRUE) adjmat <- bnd2gra(FantasyBnd) adjmat
Run the code above in your browser using DataLab