| update {FLCore} | R Documentation |
update is a generic function for updating a model fitting using the same call
that generated it. Input arguments can be provided that will alter the FLModel object
accordingly.
update(object, ...)
The FLR Team
## Not run: data(nsher) nsher <- update(nsher, ssb=ssb(nsher) * 1.4) ## End(Not run)