calc.WatZ | R Documentation |
Power-law functions for Tanner crab weight-at-size (g) by sex and maturity based on 2015 NMFS survey.
calc.WatZ(
z,
sex,
maturity,
male = list(immature = list(a = 0.00027, b = 3.022134), mature = list(a = 0.00027, b =
3.022134), undetermined = list(a = 0.00027, b = 3.022134)),
female = list(immature = list(a = 0.000562, b = 2.816928), mature = list(a = 0.000441,
b = 2.898686))
)
z |
: vector of sizes (mm CW) |
sex |
: vector of sexes ('MALE' or 'FEMALE') |
maturity |
: vector of maturity states ('IMMATURE', 'MATURE', or 'UNDETERMINED') |
male |
: list of regression coefficients for immature, mature crab (see details) |
female |
: list of regression coefficients for immature, mature crab (see details) |
'male' and 'female' are lists with named elements 'a' and 'b', whose values
reflect the parameters in the eq: w = a \cdot z^b
a vector of weights in g corresponding to the input sizes, sexes, and maturity states
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.