
lags
links from each other on the graph described by the input neighbours list. It will refuse to lag neighbours lists with the attribute self.included set to TRUE.nblag(neighbours, maxlag)
nb
nb
summary.nb
data(columbus)
summary(col.gal.nb, coords)
library(maptools)
plotpolys(polys, bbs, border="grey")
plot(col.gal.nb, coords, add=TRUE)
title(main="GAL order 1 (black) and 2 (red) links")
col.lags <- nblag(col.gal.nb, 2)
summary(col.lags[[2]], coords)
plot(col.lags[[2]], coords, add=TRUE, col="red", lty=2)
Run the code above in your browser using DataLab