Description Slots Extends Constructor Methods Author(s) See Also Examples
FLIndices
is a class that extends list
through FLlst
but implements a set of features that give a little bit 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.
The data. list
.
Names of the list elements. character
.
Description of the object. character
.
Lock mechanism, if turned on the length of the list can not be modified by adding or removing elements. logical
.
FLlst list
The FLIndices(object, ...)
constructor method allows simple creation of new FLIndices with the methods described below.
Returns an FLIndices object
Returns an empty FLIndices object
Returns an FLIndices object
All methods are inherited.
The FLR Team
FLlst, list
1 2 | data(ple4.index)
flis <- FLIndices(INDa=ple4.index, INDb=window(ple4.index, end=2000))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.