FLIndices-class: Class FLIndices

Description Slots Extends Constructor Methods Author(s) See Also Examples

Description

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.

Slots

.Data

The data. list.

names

Names of the list elements. character.

desc

Description of the object. character.

lock

Lock mechanism, if turned on the length of the list can not be modified by adding or removing elements. logical.

Extends

FLlst list

Constructor

The FLIndices(object, ...) constructor method allows simple creation of new FLIndices with the methods described below.

signature(object=ANY) :

Returns an FLIndices object

signature(object=missing) :

Returns an empty FLIndices object

signature(object=list) :

Returns an FLIndices object

Methods

All methods are inherited.

Author(s)

The FLR Team

See Also

FLlst, list

Examples

1
2
data(ple4.index)
flis <- FLIndices(INDa=ple4.index, INDb=window(ple4.index, end=2000))

FLCore documentation built on May 2, 2019, 5:46 p.m.