Outputs a general summary of the structure and content of an fwdControl object. The method invisibly returns the data.frame shown on screen.
Usage
# S4 method for FLArray
summary(object, ...)
# S4 method for FLQuantPoint
summary(object, ...)
# S4 method for FLPar
summary(object, title = TRUE, ...)
# S4 method for FLComp
summary(object, ...)
# S4 method for FLQuants
summary(object)
# S4 method for predictModel
summary(object)
# S4 method for FLBiol
summary(object)
# S4 method for FLModel
summary(object, ...)
# S4 method for FLlst
summary(object)
Examples
flq <- FLQuant(rlnorm(90), dim=c(3,10), units='kg')
summary(flq)
#> An object of class "FLQuant" with:
#> dim : 3 10 1 1 1 1
#> quant: quant
#> units: kg
#>
#> Min : 0.0786848
#> 1st Qu.: 0.4852103
#> Mean : 1.202291
#> Median : 0.7210273
#> 3rd Qu.: 1.29724
#> Max : 7.152933
#> NAs : 0 %
data(ple4)
summary(ple4)
#> An object of class "FLStock"
#>
#> Name: PLE
#> Description: Plaice in IV. ICES WGNSSK 2018. FLAAP
#> Quant: age
#> Dims: age year unit season area iter
#> 10 61 1 1 1 1
#>
#> Range: min max pgroup minyear maxyear minfbar maxfbar
#> 1 10 10 1957 2017 2 6
#>
#> Metrics:
#> rec: 367450 - 4303680 (1000)
#> ssb: 203391 - 913290 (t)
#> catch: 78360 - 315245 (t)
#> fbar: 0.20 - 0.72 (f)
data(nsher)
summary(nsher)
#> An object of class "FLSR"
#>
#> Name:
#> Description:
#> Quant: age
#> Dims: age year unit season area iter
#> 1 45 1 1 1 1
#>
#> Range: min minyear max maxyear
#> 0 1960 0 2004
#>
#>
#> Model: rec ~ a * ssb * exp(-b * ssb)
#> An object of class "FLPar"
#> params
#> a b
#> 1.19e+02 9.45e-03
#> units: NA
#> Log-likelihood: 15.862(0)
#> Variance-covariance:
#> a b
#> a 255.3388181 1.808870e-02
#> b 0.0180887 1.992659e-06