fishR-Core-Team / FSA

FSA (Fisheries Stock Assessment) package provides R functions to conduct typical introductory fisheries analyses.
https://fishr-core-team.github.io/FSA/
GNU General Public License v2.0
65 stars 20 forks source link

Change dimensions of result from coef.catchCurve() #19

Closed droglenc closed 7 years ago

droglenc commented 8 years ago

The result from coef.catchCurve() is a 1x2 matrix, which means that it cannot be easily cbind()ed with the result from confint.catchCurve(). Change the result to a named vector, like the generic coef(), to fix this.

Examine other coef.XXX functions for the same problem.

droglenc commented 7 years ago

Fixed after v0.8.11