tt | R Documentation |
Convert a table from TAF format to transposed crosstab format.
tt(x, column = FALSE)
x |
a data frame in TAF format. |
column |
a logical indicating whether the group names should be stored
in a column called ‘Age’ instead of in row names. Alternatively,
|
A data frame with years as column names.
Transposing can be useful when comparing TAF tables to stock assessment reports.
t
transposes a matrix.
catage.taf
describes the TAF format.
taf2xtab
converts a TAF table to crosstab format, without
transposing.
TAF-package
gives an overview of the package.
taf2xtab(catage.taf)
tt(catage.taf)
tt(catage.taf, TRUE)
tt(catage.taf, "Custom")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.