FLIndices {FLCore}R Documentation

Method FLIndices

Description

Method for creating an object of class FLIndices.

Generic function

FLIndices(object)

Methods

signature(object=ANY) :
Returns an FLIndices object
signature(object=missing) :
Returns an empty FLIndices object
signature(object=list) :
Returns an FLIndices object

Author(s)

The FLR Team

See Also

FLIndices-class, FLlst-class, FLIndex-class,

Examples

ind <- FLIndex(index=FLQuant(1:10))
inx <- FLIndices(first=ind, second=ind)

[Package FLCore version 2.2 Index]