SCAPars | R Documentation |
Class definition (slots), constructors, accessors, replacement (when relevant) and common methods.
SCAPars(object, ...)
## S4 method for signature 'missing'
SCAPars(object, ...)
stkmodel(object, ...)
## S4 method for signature 'SCAPars'
stkmodel(object)
n1model(object, ...)
## S4 method for signature 'SCAPars'
n1model(object)
srmodel(object, ...)
## S4 method for signature 'SCAPars'
srmodel(object)
fmodel(object, ...)
## S4 method for signature 'SCAPars'
fmodel(object)
qmodel(object, ...)
## S4 method for signature 'SCAPars'
qmodel(object)
qMod(object, ...)
## S4 method for signature 'SCAPars'
qMod(object)
vmodel(object, ...)
## S4 method for signature 'SCAPars'
vmodel(object)
vMod(object, ...)
## S4 method for signature 'SCAPars'
vMod(object)
srPars(object, ...)
## S4 method for signature 'SCAPars'
srPars(object)
srCovar(object, ...)
## S4 method for signature 'SCAPars'
srCovar(object)
srFrml(object, ...)
## S4 method for signature 'SCAPars'
srFrml(object)
fPars(object, ...)
## S4 method for signature 'SCAPars'
fPars(object)
fCovar(object, ...)
## S4 method for signature 'SCAPars'
fCovar(object)
fFrml(object, ...)
## S4 method for signature 'SCAPars'
fFrml(object)
qPars(object, ...)
## S4 method for signature 'SCAPars'
qPars(object)
qCovar(object, ...)
## S4 method for signature 'SCAPars'
qCovar(object)
qFrml(object, ...)
## S4 method for signature 'SCAPars'
qFrml(object)
vPars(object, ...)
## S4 method for signature 'SCAPars'
vPars(object)
vCovar(object, ...)
## S4 method for signature 'SCAPars'
vCovar(object)
vFrml(object, ...)
## S4 method for signature 'SCAPars'
vFrml(object)
## S4 method for signature 'SCAPars'
m(object)
## S4 method for signature 'SCAPars'
wt(object)
## S4 method for signature 'SCAPars'
propagate(object, iter, fill.iter = TRUE)
## S4 method for signature 'SCAPars'
iter(obj, it)
object |
object of relevant class (see signature of method) |
... |
additional argument list that might never be used |
iter |
the number of iterations to create |
fill.iter |
should the new iterations be filled with values (TRUE) or NAs (FALSE) |
obj |
the object to be subset |
it |
iteration to be extracted |
stkmodel
parameters related to stock dynamics
qmodel
paramaters related to catchability of tunning fleets
vmodel
paramaters related to the variance model
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 slots are then created to match the requirements of the
class validity. If an unnamed FLQuant
object is provided, this is used
for sizing, but not for populating any slot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.