FLQuants-class {FLCore} | R Documentation |
This class encapsulates a list of "FLQuant"
objects.
Objects of this classe should be created with a call to the contructor function FLQuants(...)
, where ...
can be a list of "FLQuant"
objects of several "FLQuant"
.
Another way to create "FLQuants"
is with the function mcf
of FLDA
which guarantees that all "FLQuant"
objects have the same dimensions and dimnames.
No slots ! See details below.
Class "list"
, directly.
Inherits from "list"
.
"FLQuants"
into "data.frame"
.data~year|...
, the second data~age|...
. This function is used for automatic plot development and should not be used for users ploting. This will be deprecated in the future when all users can use fully xyplot
methods.signature(x = "FLQuants")
: Subsets an FLQuants object.
This class, together with other FLR
classes which are named with the plural of some FLR
class (e.g. "FLStocks"
), are lists of those classes.
The idea was to provide a mechanism to hold several complex classes that could be used for exploratory analysis like setting a VPA model, or testing HCR procedures, etc.
The result is not satisfactory as these classes extend "list"
and mix to programming paradigms quite different S3
and S4
. We are still researching how to develop a better mechanism butfor now that's what we have to offer. So proceed with care and expect some changes in the future to this mechanism.
The FLCore Team
FLQuant-class
, xyplot,formula,FLQuants-method