| FLMetier-class {FLCore} | R Documentation |
The FLMetier class is an internal class of FLFleet storing all
information related to the activity of a fleet in a specific metier. A metier refers
typically to a particular type of activity described by e.g. a specific gear and/or mesh
size range and/or target species and/or spatio-temporal distribution etc. The underlying
use of the FLMetier class is to distinguish between several types of activities within the
same fleet unit.
The FLMetier class can contain information about gear used, share of the effort of
the fleet in that metier, variable costs, as well as catch information. Catches data are
stored in a FLCatches object, which is a list of FLCatch objects. Each of
them stores stock or species specific information such as landings, discards and catches,
catchability and price.
A number of accessors are defined for FLMetier, allowing to extract directly
specific slots both from the FLMetier class and to the FLCatch objects it
contains. If catch is specified in those, it returns the FLQuant corresponding to the
FLCatch object of that name. If catch is missing, it returns a FLQuants object for all
stocks of the FLCatches object. Corresponding replacement methods for these slots
exist for the FLQuant objects but not for the FLQuants objects, due to possible
differences of dimensions across FLCatch objects.
character.FLQuant.FLQuant.FLCatch objects containing catch
information by stock or species. FLCatches.character.character.numeric) Named vector containing the dimensions of the object signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing) signature(object=missing)The FLR Team
catch, catch.n, catch.q, catch.sel, catch.wt, discards, discards.n, discards.sel, discards.wt, FLFleet, landings, landings.n, landings.sel, landings.wt, price, FLComp
data(bt4) mymetier<-metier(bt4, "TBB") summary(mymetier) catch(mymetier) #returns a FLQuants object catch(mymetier, "ple") #returns a FLQuant object