submodels | R Documentation |
Class definition (slots), constructors, accessors, replacement (when relevant) and common methods.
submodels(...)
submodels(...)
corBlocks(object, ...)
## S4 method for signature 'submodels'
corBlocks(object)
## S4 method for signature 'submodels'
params(object)
## S4 method for signature 'submodels'
sMod(object)
## S4 method for signature 'submodels'
formula(x)
corBlocks(object, ...) <- value
## S4 replacement method for signature 'submodels,list'
corBlocks(object, ...) <- value
## S4 replacement method for signature 'submodels,submodel'
x$name <- value
## S4 replacement method for signature 'submodels,character,missing'
x[[i, j, ...]] <- value
## S4 replacement method for signature 'submodels,numeric,missing'
x[[i, j, ...]] <- value
## S4 method for signature 'submodels'
propagate(object, iter, fill.iter = TRUE)
## S4 method for signature 'submodels'
iter(obj, it)
... |
additional argument list that might never be used |
object |
object of relevant class (see signature of method) |
x |
object to be modified |
value |
value the new object |
name |
name(s) of entry to be extracted / modified |
i , j |
indices specifying elements to extract or replace. |
iter |
the number of iterations to create |
fill.iter |
should the new iterations be filled with values (TRUE) or NAs (FALSE) |
obj |
the object to be subset |
it |
iteration to be extracted |
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.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.