read catch per unit effort data from a variety of stock assessment text files.

readCpue(file, method, ...)

Arguments

file

the name of the file or dir which the data are to be read from.

method

stock assessment method type one of c("aspic","adapt","bsp","mfcl","ss","sam","vpa")

...

any other parameters

Value

a data.frame with the CPUE series.

Examples

if (FALSE) { dirMy="/home/laurie/Desktop/gcode/gbyp-sam/tests/aspic/bet/2010/run3" udat=readCpue(,what="") head(udat) }