FLCohorts {FLCore}R Documentation

Class FLCohorts

Description

FLCohorts 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 FLCohorts must all be of class FLCohort. 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 vector

Methods

*(base) :
Describe method
signature(e1=FLCohorts,e2=FLCohorts)
Arith(base) :
Describe method
signature(e1=FLCohorts,e2=FLCohorts)
as.data.frame(base) :
Describe method
signature(x=FLCohorts,row.names=missing,optional=missing)
bubbles(FLCore) :
Describe method
signature(x=formula,data=FLCohorts)
catch<-(FLCore) :
Describe method
signature(object=FLStock,value=FLCohorts)
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=FLCohorts)

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]