Description Slots Extends Constructor Methods Author(s) See Also Examples
A class designed to hold data and parameters related to abundance indices
(character
) Type of index
(character
): Statistical distribution of the index values
(FLQuant
): Index values
(FLQuant
): Variance of the index
(FLQuant
): Catch numbers used to create the index
(FLQuant
): Catch weight of the index
(FLQuant
): Effort used to create the index
(FLQuant
): Selection pattern for the index
(FLQuant
): Catchability of the index
(character
): Name of the stock inherited from FLComp
(character
): General description of the object inherited from FLComp
(numeric
):
Range of the object inherited from FLComp
FLComp
The FLIndex(object, ...)
constructor method allows simple creation of new FLIndex with the methods described below.
Describe method
Describe method
Accessor for the catch.n slot in the object
signature(object=missing)
Replacement function for the catch.n slot in the object
signature(object=FLIndex,value=FLQuant)
Accessor for the catch.n slot in the object
signature(object=missing)
replacement function for the catch.wt slot in the object
signature(object=FLIndex,value=FLQuant)
Describe method
signature(from=NULL,to=FLIndex,strict=missing)
Compute the catch in the FLIndex method, as catch.n and catch.wt
signature(object=missing)
returns the dims of the objects
signature(obj=missing)
To extract or modify a subset of the iterations contained in the FLIndex object, the
iter
and iter<-
methods can be used
signature(object=missing)
Plot the FLIndex, takes an additional argument type, which defines the type of plot
signature(x=FLIndex,y=missing)
FLIndex
objects with a single iteration (length of 1 in the sixth dimension) can be extended using the propagate
method. The type
argument
selects whether the new iterations are filled with the content of the first iteration (type='all'
) or left empty (type='first'
)
signature(object=missing)
summary is a generic function used to produce result summaries of the FLIndex
signature(object=missing)
Transform allows to change a number of slots of class FLQuant to be changed at once
signature(_data=missing)
Subsetting of FLIdex object can be carried out using the dimension names by using
trim
. A number of dimension names and selected dimensions are passed to the method and those are used to subset the input object.
signature(object=missing)
This method extracts a section of or extends the FLInedex object along the year
dimension. If a frequency is specified, the new object contains data at
only those year steps.
signature(x=missing)
The FLR Team
catch.n, catch.n<-, catch.wt, catch.wt<-, coerce, computeCatch, dims, iter, plot, propagate, summary, transform, trim, window, FLComp
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.