FLQuants-class: Class FLQuants

Description Slots Extends Constructor Methods Author(s) See Also

Description

FLQuants 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 FLQuants must all be of class FLQuant. 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 FLQuants(object, ...) constructor method allows simple creation of new FLQuants with the methods described below.

signature(object=ANY) :

Returns an FLQuants object with the given named elements

signature(object=missing) :

Returns an FLQuants object

signature(object=list) :

Returns an FLQuants object with the provided list as its core

Methods

*(base) :

Describe method

signature(e1=FLQuants,e2=FLQuants)

Arith(methods) :

Describe method

signature(e1=FLQuants,e2=FLQuants)

as.data.frame(base) :

Describe method

signature(x=FLQuants,row.names=missing,optional=missing)

bubbles(FLCore) :

Describe method

signature(x=formula,data=FLQuants)

catch<-(FLCore) :

Describe method

signature(object=FLStock,value=FLQuants)

iter(FLCore) :

Describe method

signature(object=missing)

model.frame(stats) :

Describe method

signature(formula=missing)

show(methods) :

Describe method

signature(object=missing)

summary(base) :

Describe method

signature(object=missing)

xyplot(lattice) :

Describe method

signature(x=formula,data=FLQuants)

Author(s)

The FLR Team

See Also

*, Arith, as.data.frame, bubbles, catch<-, iter, model.frame, show, summary, xyplot, FLlst, list


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