FLCohorts-class: Class FLCohorts

Description Slots Extends Constructor Methods Author(s) See Also

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

Constructor

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

signature(object=ANY) :

Returns an FLCohorts object

signature(object=missing) :

Returns an empty FLCohorts object

signature(object=list) :

Returns an FLCohorts object

Methods

*(base) :

Describe method

signature(e1=FLCohorts,e2=FLCohorts)

Arith(methods) :

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


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