View source: R/get_length_weight.R
get_length_weight | R Documentation |
Pulls the length-weight coefficients calculated from NOAA Tech Memo NMFS-NE-171.
get_length_weight(channel)
channel |
an Object inherited from DBIConnection-class. This object is used to communicate with the database engine. (see |
Returns a data.table (nx12).
SVSPP |
A standard code which represents a species caught in a trawl or dredge. Refer to the SVDBS.SVSPECIES_LIST |
SVLWEXP |
The exponent of the length-weight equation, b. |
SVLWCOEFF |
The natural log of the coefficient of the length-weight equation, ln a. |
Other survdat:
calc_stratified_mean()
,
calc_swept_area()
,
get_area()
,
get_survdat_clam_data()
,
get_survdat_data()
,
get_survdat_scallop_data()
,
post_strat()
,
strat_mean()
,
swept_area()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.