powered by
Convert a table from FLR format to TAF format.
flr2taf(x)
a table of class FLQuant.
FLQuant
A data frame in TAF format.
catage.taf describes the TAF format.
catage.taf
as.data.frame is a method provided by the FLCore package to convert FLQuant tables to a 7-column long format.
as.data.frame
icesTAF-package gives an overview of the package.
icesTAF-package
# NOT RUN { x <- array(t(catage.xtab), dim=c(4,8,1,1,1,1)) dimnames(x) <- list(age=1:4, year=1963:1970, unit="unique", season="all", area="unique", iter=1) flr2taf(x) # }
Run the code above in your browser using DataLab