nb2INLA | R Documentation |
Output spatial neighbours for INLA
nb2INLA(file, nb)
file |
file where adjacency matrix will be stored |
nb |
an object of class |
Nothing is returned but a file will be created with the representation of the adjacency matrix as required by INLA for its spatial models.
Virgilio Gomez-Rubio
http://www.r-inla.org
col.gal.nb <- read.gal(system.file("weights/columbus.gal", package="spData")[1])
td <- tempdir()
x <- nb2INLA(paste(td, "columbus-INLA.adj", sep="/"), col.gal.nb)
readLines(paste(td, "columbus-INLA.adj", sep="/"), n=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.