Lagged2d-class {lagged} | R Documentation |
Class Lagged2d.
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.
data
:Object of class "matrix"
~~
Class "Lagged"
, directly.
signature(x = "Lagged2d", i = "numeric", j = "missing", drop = "logical")
: ...
signature(x = "Lagged2d", i = "numeric", j = "missing", drop = "missing")
: ...
signature(x = "Lagged2d", i = "numeric")
: ...
signature(object = "Lagged2d")
: ...
signature(x = "Lagged2d", y = "missing")
: ...
Georgi N. Boshnakov
powers <- Lagged(outer(1:6, 0:6, `^`))
powers[[0]]
powers[[1]]
powers[[2]]