INLAMSM (version 0.2-3)

CV.nb: Adjacency matrix of municipalities in Comunidad Valenciana (Spain)

Description

Adjacency matrix of municipalities in Comunidad Valenciana (Spain)

Usage

data(CV)

Arguments

Format

An nb object with the adjacencies of the municipalities in Comunidad Valenciana (Spain) to be used for the spatial models.

References

Martinez-Beneito, M A & Botella Rocamora, P. Disease mapping: from foundations to multidimensional modeling. CRC/Chapman & Hall, 2019.

See Also

CV

Examples

Run this code
# NOT RUN {
require(sp)
require(spdep)
data(CV)
plot(CV)
plot(CV.nb, coordinates(CV), pch = ".", col = "gray", add = TRUE)

# }

Run the code above in your browser using DataLab