View source: R/calcSizeTransitionMatrices.R
calcSizeTransitionMatrices | R Documentation |
Function to calculate sex-specific size transition matrices for Tanner crab.
calcSizeTransitionMatrices(
coeffs = list(MALE = list(a = 0.42577, b = 0.971389, beta = 0.75, type =
"LinearGrowthIncrement"), FEMALE = list(a = 0.7, b = 0.883118, beta = 0.75, type =
"LinearGrowthIncrement")),
sizes = seq(from = 27.5, to = 182.5, by = 5)
)
coeffs |
: list of sex-specific lists of growth parameters (a, b, beta) |
sizes |
: vector of sizes at which to evaluate |
Uses calcSizeTransitionMatrix
to calculate sex-specific matrices
list with sex-specific size transition matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.