Lagged2d-class: Class Lagged2d

Lagged2d-classR Documentation

Class Lagged2d

Description

Class Lagged2d.

Objects from the Class

Objects can be created by calls of the form Lagged(m) or new("Lagged2d", data = m), where m is a matrix. new("Lagged2d", ...) also works.

Slots

data:

Object of class "matrix" ~~

Extends

Class "Lagged", directly.

Methods

[

signature(x = "Lagged2d", i = "numeric", j = "missing", drop = "logical"): ...

[

signature(x = "Lagged2d", i = "numeric", j = "missing", drop = "missing"): ...

[<-

signature(x = "Lagged2d", i = "numeric"): ...

show

signature(object = "Lagged2d"): ...

whichLagged

signature(x = "Lagged2d", y = "missing"): ...

Author(s)

Georgi N. Boshnakov

See Also

Lagged, Lagged1d, Lagged3d

Examples

powers <- Lagged(outer(1:6, 0:6, `^`))
powers[[0]]
powers[[1]]
powers[[2]]

lagged documentation built on Aug. 7, 2022, 5:19 p.m.