nb2WB {spdep} | R Documentation |
Output spatial weights for WinBUGS
Description
Output spatial weights for WinBUGS
Usage
nb2WB(nb)
listw2WB(listw)
Arguments
nb |
an object of class |
listw |
a |
Value
A list suitable for convering using dput
for WinBUGS
Author(s)
Virgilio Gomez-Rubio
References
http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/geobugs12manual.pdf
See Also
Examples
col.gal.nb <- read.gal(system.file("weights/columbus.gal", package="spData")[1])
x <- nb2WB(col.gal.nb)
dput(x, control=NULL)
x <- listw2WB(nb2listw(col.gal.nb))
dput(x, control=NULL)
[Package spdep version 1.3-5 Index]