iters: Method iters

Description Generic function Methods Author(s) See Also Examples

Description

Displays all the iterations of an FLQuant object.

Generic function

iters(object)

Methods

signature(object=FLQuant) :

Displays all the iterations of the object

Author(s)

The FLR Team

See Also

FLComp

Examples

1
2
3
4
    a <- FLQuant(1:24, dim = c(2,3,1,1,1,4))
    a
    iters(a)
    

FLCore documentation built on May 2, 2019, 5:46 p.m.