A class for modelling abundance indices.
FLIndex(object, ...) # S4 method for FLQuant FLIndex(object, plusgroup = dims(object)$max, ...) # S4 method for missing FLIndex(object, ...)
The FLIndex
object holds data and parameters related to abundance
indices.
character
).character
).FLQuant
).FLQuant
).FLQuant
).FLQuant
).FLQuant
).FLQuant
).FLQuant
).character
).character
).numeric
).computeCatch, dims, iter, plot, propagate, summary, transform, trim, window, FLComp
# Create an FLIndex object. fli <- FLIndex(index=FLQuant(rnorm(8), dim=c(1,8)), name="myTestFLindex") summary(fli)#> An object of class "FLIndex" #> #> Name: myTestFLindex #> Description: #> Type : #> Distribution : #> Quant: quant #> Dims: quant year unit season area iter #> 1 8 1 1 1 1 #> #> Range: min max pgroup minyear maxyear startf endf #> NA NA NA 1 8 NA NA #> #> index : [ 1 8 1 1 1 1 ], units = NA #> index.var : [ 1 8 1 1 1 1 ], units = NA #> catch.n : [ 1 8 1 1 1 1 ], units = NA #> catch.wt : [ 1 8 1 1 1 1 ], units = NA #> effort : [ 1 8 1 1 1 1 ], units = NA #> sel.pattern : [ 1 8 1 1 1 1 ], units = NA #> index.q : [ 1 8 1 1 1 1 ], units = NAindex(fli)#> An object of class "FLQuant" #> , , unit = unique, season = all, area = unique #> #> year #> quant 1 2 3 4 5 6 7 8 #> all -0.30260 -0.62297 -0.31057 -0.74256 -2.41807 -0.15497 0.70596 1.66847 #> #> units: NA