summary,FLArray-method | R Documentation |
Outputs a general summary of the structure and content of an fwdControl object. The method invisibly returns the data.frame shown on screen.
## S4 method for signature 'FLArray'
summary(object, .class = TRUE, ...)
## S4 method for signature 'FLQuantPoint'
summary(object, ...)
## S4 method for signature 'FLPar'
summary(object, title = TRUE, ...)
## S4 method for signature 'FLComp'
summary(object, ...)
## S4 method for signature 'FLQuants'
summary(object)
## S4 method for signature 'predictModel'
summary(object)
## S4 method for signature 'FLBiol'
summary(object)
## S4 method for signature 'FLModel'
summary(object, ...)
## S4 method for signature 'FLlst'
summary(object)
summary(object)
The FLR Team
summary
flq <- FLQuant(rlnorm(90), dim=c(3,10), units='kg')
summary(flq)
data(ple4)
summary(ple4)
data(nsher)
summary(nsher)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.