Description Generic function Arguments Methods Author(s) See Also Examples
FLR 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'
).
For objects of class FLPar
, propagate will extend the object along
the last dimension, iter
. The fill.iter argument defaults to FALSE, in
contrast with FLQuant. Objects do not need to have iter=1 to be extended, but only
if fill.iter=FALSE.
propagate(object)
An FLR object to extend.
Copy the first iteration along the new ones ('TRUE'), the default, or leave them empty ('FALSE').
Number of iterations.
Extends object along the iter
dimension
Extends object along the iter
dimension
Extends all FLQuant
slots in the
object along the iter
dimension
Extends all FLQuant
slots in the
object along the iter
dimension, as well as those of those objects of class
FLCatch
inside the catches
slot
Extends all FLQuant
slots in the
object along the iter
dimension, as well as those of those objects of class
FLMetier
inside the metiers
slot
Extends object along the iter
dimension
The FLR Team
FLComp
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.