tableit: Table helper

tableitR Documentation

Table helper

Description

Table helper

Usage

tableit(fit, what, trans = function(x) x, fleet = NULL, ...)

## S3 method for class 'ccam'
tableit(fit, what, trans = function(x) x, fleet = NULL,
  ...)

## S3 method for class 'ccamset'
tableit(fit, what, trans = function(x) x,
  fleet = NULL, ...)

## S3 method for class 'ccamforecast'
tableit(fit, what, trans = function(x) x,
  fleet = NULL, ...)

## S3 method for class 'ccamforecast'
tableit(fit, what, trans = function(x) x,
  fleet = NULL, ...)

Arguments

fit

returned object from ccam.fit

what

quoted name of what to extract

trans

function to be applied

fleet

add observations of a fleet

...

extra arguments not currently used

x

rownames of table

Details

...

low and high correspond to standard deviations in the passed by quantiles in the future (97.5 - 2.5)

low and high correspond to standard deviations in the passed by quantiles in the future (97.5 - 2.5)


elisvb/CCAM documentation built on March 13, 2023, 6:55 a.m.