FLComp-class: Class FLComp

Description Slots Methods Author(s) See Also

Description

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

Slots

name

A character vector for the object name

desc

As textual description of the object contents

range

A named numeric vector with various values on quant and year ranges, plusgroup, fishing mortality ranges, etc.

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


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