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