mpCtrl
mpCtrl-class.Rd
The mpCtrl
class defines which moules will be runned and carries the specifications of those modules in mseCtrl
elements.
# S4 method for mpCtrl initialize(.Object, ...) est(object, ...) # S4 method for mpCtrl est(object) est(object) <- value # S4 method for mpCtrl,`function` est(object) <- value phcr(object, ...) # S4 method for mpCtrl phcr(object) phcr(object) <- value # S4 method for mpCtrl,`function` phcr(object) <- value hcr(object, ...) # S4 method for mpCtrl hcr(object) hcr(object) <- value # S4 method for mpCtrl,`function` hcr(object) <- value isys(object, ...) # S4 method for mpCtrl isys(object) isys(object) <- value # S4 method for mpCtrl,`function` isys(object) <- value tm(object, ...) # S4 method for mpCtrl tm(object) tm(object) <- value # S4 method for mpCtrl,`function` tm(object) <- value # S4 method for mpCtrl show(object) # S4 method for mpCtrl iters(object, iter) exists( x, where = -1, envir = if (missing(frame)) as.environment(where) else sys.frame(frame), frame, mode = "any", inherits = TRUE )
... | additional argument list that might never be used |
---|---|
object | object of relevant class (see signature of method) |
mseCtrl
object with estimator of stock abundance specifications.
mseCtrl
object with specifications about parameters needed for harvest control rule which must e computed from estimator results, e.g. Fmsy.
mseCtrl
object with harvest control rule specifications.
mseCtrl
object with management system specifications, e.g. translation of F into catch limits.
mseCtrl
object with technical measures specifications.
AccessorsAll 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.
ConstructorA 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.