| show {FLCore} | R Documentation |
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.
show(object)
The FLR Team
# 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