show | R Documentation |
Standard complete display of an object contents in an interactive session.
Objects of class FLArray
with length > 1 alonArray
sixth dimension
(iter) are output in a summarised form, as median(mad)
, where
mad is the median absolute deviation. See mad
.
## S4 method for signature 'FLArray'
show(object)
## S4 method for signature 'FLArray'
print(x)
The same format is used for objects of class FLPar
with
length > 1 on the last dimension (iter).
show(object)
show(object)
The FLR Team
FLComp
FLComp
# 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
# no 'iter'
flq <- FLQuant(rnorm(80), dim=c(4,20), quant='age', units='kg')
print(flq)
# with 'iter'
flq <- FLQuant(rnorm(800), dim=c(4,20,1,1,1,10), quant='age', units='kg')
print(flq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.