tableit | R Documentation |
Table helper
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, ...)
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 |
...
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.