show {FLCore}R Documentation

Method show

Description

Standard display of an object contents in an interactive session. Objects of class FLQuant-class with length > 1 along the sixth dimension (iter) are output in a summarised form, as median (mad), where mad is the median absolute deviation. See mad.

Generic function

show(object)

Methods

signature(object=FLQuant) :
Describe method
signature(object=FLQuantPoint) :
Describe method
signature(object=FLQuants) :
Describe method

Author(s)

The FLR Team

See Also

FLComp

Examples

# no 'iter'
flq <- FLQuant(rnorm(80), dim=c(4,20), quant='age', units='kg')
flq

# with 'iter'
flq <- FLQuant(rnorm(800), dim=c(4,20,1,1,1,10), quant='age', units='kg')
flq

[Package FLCore version 2.2 Index]