update: Method update

Description Generic function Methods Author(s) See Also Examples

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, update

Examples

1
2
3
4
5
## Not run: 
data(nsher)
nsher <- update(nsher, ssb=ssb(nsher) * 1.4)

## End(Not run)

FLCore documentation built on May 2, 2019, 5:46 p.m.