Description Objects from the Class Slots Methods Author(s) See Also Examples
An object representing a set of spatio-temporal neighbourhoods including data, spatio-temporal indices and spatio-temporal distances.
Objects can be created by calls of the form new("stNeighbourhood", ...) or through the simplified call to getStNeighbours.
data:Object of class "data.frame" holding the data of spatio-temporal neighbourhoods.
distances:Object of class "array" with the following three dimensions: number of spatio-temporal neighbourhoods, size of each spatio-temporal neighbourhood, 2 (spatial and temporal distance).
index:Object of class "array" with the following three dimensions: number of spatio-temporal neighbourhoods, size of each spatio-temporal neighbourhood, 2 (spatial and temporal index).
var:Object of class "character"; the name of the variable that is estimated.
coVar:Object of class "character"; the name of the covariate.
prediction:Object of class "logical" whether prediction or fitting takes place.
signature(x = "neighbourhood", i = "numeric", j = "missing"): select distinct rows from the neighbourhood slots.
signature(x = "neighbourhood"): retrieve the names of the data slot.
signature(object = "neighbourhood"): print some useful information.
Benedikt Graeler
neighbourhood, getStNeighbours
1 | showClass("stNeighbourhood")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.