stNeighbourhood-class: Class '"stNeighbourhood"'

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

An object representing a set of spatio-temporal neighbourhoods including data, spatio-temporal indices and spatio-temporal distances.

Objects from the Class

Objects can be created by calls of the form new("stNeighbourhood", ...) or through the simplified call to getStNeighbours.

Slots

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.

Methods

[[

signature(x = "neighbourhood", i = "numeric", j = "missing"): select distinct rows from the neighbourhood slots.

names

signature(x = "neighbourhood"): retrieve the names of the data slot.

show

signature(object = "neighbourhood"): print some useful information.

Author(s)

Benedikt Graeler

See Also

neighbourhood, getStNeighbours

Examples

1
showClass("stNeighbourhood")

BenGraeler/spcopula documentation built on Nov. 20, 2020, 4:07 p.m.