taf2xtab | R Documentation |
Convert a table from TAF format to crosstab format.
taf2xtab(x)
x |
a data frame in TAF format. |
A data frame with years as row names.
TAF stores tables as data frames, usually with a year column as seen in stock assessment reports. The crosstab format can be more convenient for analysis and producing plots.
catage.taf
and catage.xtab
describe the TAF and
crosstab formats.
tt
converts a TAF table to transposed crosstab format.
xtab2taf
converts a crosstab table to TAF format.
TAF-package
gives an overview of the package.
taf2xtab(catage.taf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.