Class Lagged2d
Lagged2d-class.Rd
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.
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")
: ...