Description Slots Extends Constructor Methods Author(s) See Also Examples
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.
Name of the gear. character
.
Proportion of the total effort of the fleet allocated to
this metier. effshare must not be higher than 1, and the sums of effshare across all
metiers within a fleet should be equal to or lower than 1. FLQuant
.
Variable costs per unit of effort. FLQuant
.
List of FLCatch
objects containing catch
information by stock or species. FLCatches
.
Name of the object. character
.
Description of the object. character
.
(numeric
) Named vector containing the dimensions of the object
FLComp
The FLMetier
constructor method allows creation of new FLMetier objects from either a FLQuant, a FLCatch or a FLCatches object.
Creates a FLMetier object from a FLCatch object.
Creates a FLMetier object from a FLCatches object.
Creates a FLMetier object from a FLQuant object.
Creates a FLMetier from scratch
Accessor method for the catch slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the catch.n slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the catch.q slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the catch.sel slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the catch.wt slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the discards slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the discards.n slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the discards.sel slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the discards.wt slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Describe method
signature(object=missing)
Accessor method for the landings slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the landings.n slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the landings.sel slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the landings.wt slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
Accessor method for the price slot for a given FLCatch or across the FLCatches objects
signature(object=missing)
creates a FLFleet object from a FLMetier object. All other FLFleet slots are set to NA.
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
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.