Lagged3d-class {lagged} | R Documentation |
Class Lagged3d.
Objects can be created by calls of the form Lagged(a)
or
new("Lagged3d", data = a)
, where a
is a 3-d array.
new("Lagged3d", ...)
also works.
data
:Object of class "array"
~~
Class "Lagged"
, directly.
signature(x = "Lagged3d", i = "numeric", j = "missing", drop = "logical")
: ...
signature(x = "Lagged3d", i = "numeric", j = "missing", drop = "missing")
: ...
signature(x = "Lagged3d", i = "numeric")
: ...
signature(object = "Lagged3d")
: ...
signature(x = "Lagged3d", y = "missing")
: ...
Georgi N. Boshnakov
## see examples for class "Lagged"