Projection of an FLStock object for a fishing mortality target does not always require the features of fwd().Fast-forward an FLStock object for a fishing mortality yearly target only.
ffwd(object, sr, fbar = control, control = fbar, deviances = "missing")
An *FLStock*
A stock-recruit relationship, *FLSR* or *predictModel*.
Yearly target for average fishing mortality, *FLQuant*.
Yearly target for average fishing mortality, *fwdControl*.
Deviances for the strock-recruit relationsip, *FLQuant*.
The projected *FLStock* object.
data(ple4)
sr <- predictModel(model=bevholt, params=FLPar(a=140.4e4, b=1.448e5))
# Project for fixed Fbar=0.21
run <- ffwd(ple4, sr=sr, fbar=FLQuant(0.21, dimnames=list(year=1958:2017)))
plot(run)
# Same projection with fwd()
test <- fwd(ple4, sr=sr, fbar=FLQuant(0.21, dimnames=list(year=1958:2017)))
plot(run, test)
#> Warning: Duplicated names in object, changed to differentiate