FLom | R Documentation |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend odio ac rutrum luctus. Aenean placerat porttitor commodo. Pellentesque eget porta libero. Pellentesque molestie mi sed orci feugiat, non mollis enim tristique. Suspendisse eu sapien vitae arcu lobortis ultrices vitae ac velit. Curabitur id
FLom(...)
FLom(...)
## S4 method for signature 'FLom'
stock(object)
## S4 replacement method for signature 'FLom,FLStock'
stock(object) <- value
## S4 method for signature 'FLom'
sr(object)
## S4 replacement method for signature 'FLom,FLSR'
sr(object) <- value
## S4 method for signature 'FLom,FLom'
combine(x, y, ...)
## S4 replacement method for signature 'FLmse,FLo'
om(object) <- value
## S4 replacement method for signature 'FLmse,FLQuants'
tracking(object) <- value
## S4 replacement method for signature 'FLmse,mpCtrl'
control(object) <- value
## S4 replacement method for signature 'FLmse,FLoem'
oem(object) <- value
... |
additional argument list that might never be used |
object |
object of relevant class (see signature of method) |
value |
Object to assign in slot |
stock
The population and catch history, FLStock
.
sr
The stock-recruitment relationship, FLSR
.
refpts
The estimated reference points, FLPar
.
fleetBehaviour
Dynamics of the fishing fleet to be used in projections, mseCtrl
.
Dimensions 2:6 of the stock
and sr
slots must match.
Stock and stock recruitment residuals must use the recruitment age.
You can inspect the class validity function by using
getValidity(getClassDef('FLom'))
All slots in the class have accessor and replacement methods defined that allow retrieving and substituting individual slots.
The values passed for replacement need to be of the class of that slot. A numeric vector can also be used when replacing FLQuant slots, and the vector will be used to substitute the values in the slot, but not its other attributes.
A construction method exists for this class that can take named arguments for any of its slots. All unspecified slots are then created to match the requirements of the class validity function.
Methods exist for various calculations based on values stored in the class:
Neque porro quisquam est qui dolorem ipsum.
The FLR Team
FLComp
data(sol274)
comb <- combine(iter(om, 1:50), iter(om, 51:100))
all.equal(om, comb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.