nbMult | R Documentation |
convert a spatial nb object to a matching STF object
nbMult(nb, st, addT = TRUE, addST = FALSE)
nb |
object of class nb (see package spdep), which is valid for
the spatial slot of object |
st |
object of class STF |
addT |
logical; should temporal neighbours be added? |
addST |
logical; should spatio-temporal neighbours be added? |
if both addT
and addST
are false, only
spatial neighbours are added for each time replicate.
details are found in
Giovana M. de Espindola, Edzer Pebesma, Gilberto Câmara, 2011. Spatio-temporal regression models for deforestation in the Brazilian Amazon. STDM 2011, The International Symposium on Spatial-Temporal Analysis and Data Mining, University College London - 18th-20th July 2011.
object of class nb
Edzer Pebesma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.