long2taf {TAF} | R Documentation |
Convert Long Table to TAF Format
Description
Convert a table from long format to TAF format.
Usage
long2taf(x)
Arguments
x |
a data frame in long format. |
Value
A data frame in TAF format.
Note
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.
See Also
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.
Examples
long2taf(catage.long)
[Package TAF version 4.2.0 Index]