show: Method show

Description Generic function Methods Author(s) See Also Examples

Description

Standard display of an object contents in an interactive session. Objects of class FLQuant 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.

The same format is used for objects of class FLPar with length > 1 on the last dimension ('iter').

Generic function

show(object)

Methods

signature(object=FLQuant) :

Describe method

signature(object=FLQuantPoint) :

Describe method

signature(object=FLQuants) :

Describe method

signature(object=FLPar) :

Describe method

Author(s)

The FLR Team

See Also

FLComp

Examples

1
2
3
4
5
6
7
# 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

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