powered by
Convert a table from TAF format to long format.
taf2long(x, names = c("Year", "Age", "Value"))
a data frame in TAF format.
a vector of three column names for the resulting data frame.
A data frame with three columns.
catage.long and catage.taf describe the long and TAF formats.
catage.long
catage.taf
long2taf converts a long table to TAF format.
long2taf
icesTAF-package gives an overview of the package.
icesTAF-package
# NOT RUN { taf2long(catage.taf, names=c("Year","Age","Catch")) # }
Run the code above in your browser using DataLab