| window {FLCore} | R Documentation |
This method extracts a section of or extends an FLQuant or other FLR objects
along the year dimension. If a frequency is specified, the new object contains
data at only those year steps.
Although objects of class FLQuant do have another temporal dimension,
season, currently window only works along the year dimension. To subset
along other dimensions, refer to Extract-FLCore.
window(x)
year dimensionFLQuant.The FLR Team
flq <- FLQuant(rnorm(50), dimnames=list(age=1:5, year=1990:2000)) window(flq, start=1995, end=1998) window(flq, start=1990, end=2010, frequency=2)