window {FLCore}R Documentation

window for FLQuants based classes

Description

Selects a section of the object based on year contraints. For composed classes it will constraint all the slots equally.

Details

The function call is

function (x, start, end, extend = TRUE, frequency = 1)

where x is the object, start and end define the time lag, extend is a logical that forces the object to have the defined time lag fulfilling the missing values with NA, and frequency is the time interval to be extracted.

Implemented Methods

signature(FLStock)
window for FLStock objects
signature(FLIndices)
window for FLIndices objects
signature(FLQuant)
window for FLQuant objects
signature(FLBiol)
window for FLBiol objects
signature(FLCatch)
window for FLCatch objects
signature(FLFleet)
window for FLFleet objects
signature(FLIndex)
window for FLIndex objects

Author(s)

FLR Team

See Also

FLStock-class, FLIndices-class, window

Examples

data(ple4)
ple490 <- window(ple4, 1990, 2000)

[Package FLCore version 1.4-3 Index]