Skip to contents

Class Lagged3d.

Objects from the Class

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.

Slots

data:

Object of class "array" ~~

Extends

Class "Lagged", directly.

Methods

[

signature(x = "Lagged3d", i = "numeric", j = "missing", drop = "logical"): ...

[

signature(x = "Lagged3d", i = "numeric", j = "missing", drop = "missing"): ...

[<-

signature(x = "Lagged3d", i = "numeric"): ...

show

signature(object = "Lagged3d"): ...

whichLagged

signature(x = "Lagged3d", y = "missing"): ...

Author

Georgi N. Boshnakov

See also

Examples

## see examples for class "Lagged"