spdep (version 0.6-9)

nb2INLA: Output spatial neighbours for INLA

Description

Output spatial neighbours for INLA

Usage

nb2INLA(file, nb)

Arguments

file
file where adjacency matrix will be stored
nb
an object of class nb

Value

Nothing is returned but a file will be created with the representation of the adjacency matrix as required by INLA for its spatial models.

References

http://www.r-inla.org

Examples

Run this code
example(columbus)
td <- tempdir()
x <- nb2INLA(paste(td, "columbus-INLA.adj", sep="/"), col.gal.nb)

Run the code above in your browser using DataCamp Workspace