| Lagged2d-class | 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
Lagged,
Lagged1d,
Lagged3d
powers <- Lagged(outer(1:6, 0:6, `^`)) powers[[0]] powers[[1]] powers[[2]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.