pfmc-assessments / nwfscSurvey

Tool to pull and process NWFSC West Coast groundfish survey data for use in PFMC groundfish stock assessments
http://pfmc-assessments.github.io/nwfscSurvey/
10 stars 8 forks source link

Fix est_weight_length() and add biology plotting functions #162

Closed chantelwetzel-noaa closed 3 weeks ago

chantelwetzel-noaa commented 3 weeks ago

This pull request contains:

  1. move messages to use the cli package #160,
  2. fixes to est_weight_length() #159,
  3. add a simplified function est_vbgrowth() for estimating growth parameters that returns parameter for females, males, and all fish.
  4. add plotting functions for plot_weight_length() #110 and plot_age_length(),
  5. export stopifnot() #161