FLQuants {FLCore}R Documentation

Class FLQuants

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

Methods

*(base) :
Describe method
signature(e1=FLQuants,e2=FLQuants)
Arith(base) :
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


[Package FLCore version 2.2 Index]