update {FLCore}R Documentation

Method update

Description

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.

Generic function

update(object, ...)

Methods

signature(object=FLModel) :
Rerun using details(object)[['call']]

Author(s)

The FLR Team

See Also

FLModel-class, update

Examples

## Not run: 
data(nsher)
nsher <- update(nsher, ssb=ssb(nsher) * 1.4)
## End(Not run)

[Package FLCore version 2.2 Index]