readCpue.Rd
read catch per unit effort data from a variety of stock assessment text files.
readCpue(file, method, ...)
file | the name of the file or dir which the data are to be read from. |
---|---|
method | stock assessment method type one of |
... | any other parameters |
a data.frame
with the CPUE series.
if (FALSE) { dirMy="/home/laurie/Desktop/gcode/gbyp-sam/tests/aspic/bet/2010/run3" udat=readCpue(,what="") head(udat) }