FLAssess.retro-class {FLAssess}R Documentation

Class FLAssess.retro

Description

WARNING: This method has now been deprecated and is no longer maintained. Users are encouraged to perform retrospective analysis using tapply. See below for an example.

A class for results of a retrospective analysis

Objects from the Class

Objects can be created by calls of the form new("FLAssess.retro", ...), but they are usually created by a call to the retro function.

Slots

desc:
Object of class "character". Object description.
ssb:
Object of class "list". A list of FLQuants to hold SSB data for each retrospective analysis
recruits:
Object of class "list", A list of FLQuants to hold recruitment data for each retrospective analysis
harvest:
Object of class "list". A list of FLQuants to hold harvest data for each retrospective analysis

Methods

plot
signature(x = "FLAssess.retro", y = "missing"): ...
as.data.frame
signature(x = "FLAssess.retro"): ...
window
signature(x = "FLAssess.retro"): ...
as.data.frame
Returns a data.frame version of the object

Author(s)

Laurie Kell

See Also

retro, FLAssess-class


[Package FLAssess version 2.0.1 Index]