print {FLCore}R Documentation

Method print

Description

print prints its argument and returns it invisibly (via invisible(x)).

Generic function

print(x)

Methods

signature(x=FLQuant) :
Prints the cntent of the object.

Author(s)

The FLR Team

See Also

FLComp

Examples

    a <- FLQuant(1:6, dim = c(2,3))
    for(i in 1:3) print(a[,1:i])
    for(i in 1:3) a[,1:i]
    

[Package FLCore version 2.2 Index]