Lagged2d-class {lagged} | R 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
Examples
powers <- Lagged(outer(1:6, 0:6, `^`))
powers[[0]]
powers[[1]]
powers[[2]]
[Package lagged version 0.3.2 Index]