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

Print better result for psdCalc() when there are no above stock fish #50

Closed droglenc closed 5 years ago

droglenc commented 5 years ago

An example ...

library(FSA)
d <- data.frame(bad=seq.int(70,140,length.out=20),
                good=seq.int(70,240,length.out=20))
psdCalc(~good,data=d,species="Bluegill")
psdCalc(~bad,data=d,species="Bluegill")
droglenc commented 5 years ago

Will be better in v0.8.21.