Description Usage Arguments Value
Function to calculate the state transition matrices for a single sex.
1 | calcStateTransitionMatrices(mc, S1_msz, P_sz, Th_sz, T_szz, S2_msz)
|
mc |
- model configuration list object |
S1_msz |
- 3d array of pr(survival) from start of year to mating/molting by maturity state, shell condition, size class |
P_sz |
- 2d array of the probability by size class of molting for immature crab, by shell condition |
Th_sz |
- 2d array with pr(molt to maturity|size, molt) for immature crab by shell condition |
T_szz |
- 3d array with size transition matrix for growth by immature crab by shell condition |
S2_msz |
- 3d array of pr(survival) from mating/molting to end of year by maturity state, shell condition, size class |
list with state transition matrices as named elements: A : imm, new -> imm, new B : imm, old -> imm, new C : imm, new -> imm, old D : imm, old -> imm, old E : imm, new -> mat, new F : imm, old -> mat, new G : mat, new -> mat, old H : mat, old -> mat, old
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.