FLComp {FLCore}R Documentation

Class FLComp

Description

A virtual class that forms the basis for most FLR classes compoed of slots of class FLQuant-class. No objects of this class can be constructed.

Slots

name (character):
Describe slot
desc (character):
Describe slot
range (numeric):
Describe slot

Extends

Methods

[(base) :
Subsetting
signature(x=FLComp,i=ANY,j=ANY,drop=missing)
[<-(base) :
Replacement of individual elements
signature(x=FLComp,i=ANY,j=ANY,value=FLComp)
as.data.frame(base) :
Convert into a data.frame
signature(x=FLComp,row.names=missing,optional=missing)
iter(FLCore) :
Select a single iteration (sixth dimension)
signature(object=FLComp)
propagate(FLCore) :
Extend along the sixth dimension
signature(object=FLComp)
qapply(FLCore) :
Apply a given function over all FLQuant or FLCohort slots
signature(X=FLComp,FUN=function)
summary(base) :
Print a summary of the object
signature(object=FLComp)
transform(base) :
Substitutes individual slots
signature(_data=FLComp)
trim(FLCore) :
Trims down object along any dimension
signature(object=missing)
units(base) :
Returns a list of units per slot
signature(x=FLComp)
units<-(base) :
Modifies the units attribute in one or more slots
signature(x=FLComp,value=list)
window(stats) :
Selects and extends along the year dimension
signature(x=FLComp)

Author(s)

The FLR Team

See Also

[, [<-, as.data.frame, iter, propagate, qapply, summary, transform, trim, units,FLComp-method, units<-,FLComp,list-method, window


[Package FLCore version 2.2 Index]