submodels-class.Rd
Class definition (slots), constructors, accessors, replacement (when relevant) and common methods.
submodels(...)
submodels(...)
corBlocks(object, ...)
# S4 method for submodels
corBlocks(object)
# S4 method for submodels
params(object)
# S4 method for submodels
sMod(object)
# S4 method for submodels
formula(x)
corBlocks(object, ...) <- value
# S4 method for submodels,list
corBlocks(object, ...) <- value
# S4 method for submodels,submodel
$(x, name) <- value
# S4 method for submodels,character,missing
[[(x, i, j, ...) <- value
# S4 method for submodels,numeric,missing
[[(x, i, j, ...) <- value
# S4 method for submodels
propagate(object, iter, fill.iter = TRUE)
# S4 method for submodels
iter(obj, it)
additional argument list that might never be used
object of relevant class (see signature of method)
object to be modified
value the new object
name(s) of entry to be extracted / modified
indices specifying elements to extract or replace.
the number of iterations to create
should the new iterations be filled with values (TRUE) or NAs (FALSE)
the object to be subset
iteration to be extracted
This class is similar to other 'plural' calsses in FLR
. It is a list constrained to having all elements of the same class, in this case submodel
. Otherwise it works exacly as any other list.
A construction method exists for this class that can take named arguments for
any of its slots. All slots are then created to match the requirements of the
class validity. If an unnamed FLQuant
object is provided, this is used
for sizing, but not for populating any slot.