You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per request from Nick Heredia ... add ability to use psdCalc() with a species that does not exist in psdLit.
This should be a fairly quick addition ... just bypass call to psdVals() early in psdCalc() and make some catches if the user does not send the full compliment of length (i.e., one for each length category).
The text was updated successfully, but these errors were encountered:
This will be address in the next version (>0.9.3) by allowing the user to not include a name in species= as long as they include length categories in addLens=. In this way, the user can send their own length category breaks to psdCalc() for a species that does not have pre-defined Gabelhouse (or any) length categories (with the caveat that there must be two categories and the first must be named "stock").
For example, the following will now work (note that species is not used here in psdCalc()).
Per request from Nick Heredia ... add ability to use
psdCalc()
with a species that does not exist inpsdLit
.This should be a fairly quick addition ... just bypass call to
psdVals()
early inpsdCalc()
and make some catches if the user does not send the full compliment of length (i.e., one for each length category).The text was updated successfully, but these errors were encountered: