FLIndices
is a class that extends list
through FLlst
but implements a set of features that give a little more structure to
list objects. The elements of FLIndices
must all be of class
FLIndex
. It implements a lock mechanism that, when turned on, does
not allow the user to increase or decrease the object length.
FLIndices(object, ...) # S4 method for FLI FLIndices(object, ...) # S4 method for missing FLIndices(object, ...) # S4 method for list FLIndices(object, ...)
list
.character
.character
.logical
.A constructor method exists for this class that can take named arguments for any of the list elements.
data(ple4.index) flis <- FLIndices(INDa=ple4.index, INDb=window(ple4.index, end=2000))