addition | R Documentation |
Update FLStock
and FLIndex
objects with stock assessment results.
Update FLStocks
objects with multiple stock assessment results in a a4aFits
.
## S4 method for signature 'FLStock,a4aFit'
e1 + e2
## S4 method for signature 'FLStocks,a4aFits'
e1 + e2
e1 |
the original |
e2 |
a |
If both objects have the same number of iterations, the FLStock
slots will be replaced by the a4aFit
slots, in the case of 1 iter, or a4aFitSA
slots, in the case of n iters. If one of the objects has 1 iter and the other n, the method will simulate using the fit results from the a4aFitSA
object to update the slots of the FLStock
object.
If both objects have the same number of iterations, the FLStocks
slots will be replaced by the a4aFits
slots, in the case of 1 iter, or a4aFitSA
slots, in the case of n iters. If one of the objects has 1 iter and the other n, the method will simulate using the fit results from the a4aFitSA
object to update the slots of the FLStock
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.