iters {FLCore}R Documentation

Method iters

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

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

[Package FLCore version 2.2 Index]