CV_nb: Adjacency matrix of municipalities in Comunidad Valenciana...

Description Usage Format Source References See Also Examples

Description

Adjacency matrix of municipalities in Comunidad Valenciana (Spain)

Usage

1

Format

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

Source

The original data set is supplied as supplementary material of the book: "Martinez-Beneito, M A & Botella Rocamora, P. Disease mapping: from foundations to multidimensional modeling. CRC/Chapman & Hall, 2019". This object has been built from several of the files available at the supplementary material repository of the book at: https://github.com/MigueBeneito/DisMapBook/tree/master/Data

References

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

See Also

CV

Examples

1
2
3
4
5
require(sp)
require(spdep)
data(CV)
plot(CV)
plot(CV.nb, coordinates(CV), pch = ".", col = "gray", add = TRUE)

INLAMSM documentation built on June 4, 2021, 9:07 a.m.