adjust,FLStock-method | R Documentation |
An FLStock object is projected forward using the initial abundances and the total mortality-at-age per timestep. New values for the stock.n and catch.n slots are calculated, assuming that harvest and m are correct. This calculation provides a test of the internal consistency of the object.
## S4 method for signature 'FLStock'
adjust(object)
object |
an |
FLStock
object
harvest
data(ple4)
test <- adjust(ple4)
# Difference in catch due to estimation error
plot(FLStocks(PLE=ple4, TEST=test))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.