| catch_func | R Documentation |
Internal function that does catch calculations for the preterminal and terminal marine fisheries.
catch_func(
NO,
HO,
type = c("u", "catch"),
U,
K,
V,
MSF = FALSE,
m = 1,
release_mort = 0,
p_mature_NO = array(1, dim(NO)),
p_mature_HO = array(1, dim(HO)),
AEQ_NO = array(1, dim(NO)),
AEQ_HO = array(1, dim(HO))
)
NO |
Array |
HO |
Array |
type |
Character. Whether to calculate removals from harvest rate |
U |
Numeric or function. Harvest rate of fishery |
K |
Numeric or function. Total catch of the fishery |
V |
Matrix |
MSF |
Logical, whether fishing is mark-selective |
m |
Numeric vector length |
release_mort |
Numeric vector length |
p_mature_NO |
Optional, array |
p_mature_HO |
Optional, array |
AEQ_NO |
Optional, array |
AEQ_HO |
Optional, array |
Named list:
K_NO kept natural-origin catch, same dimension as NO
K_HO kept hatchery-origin catch, same dimension as HO
D_NO discarded (live + dead) natural-origin catch, same dimension as NO
D_HO discarded (live + dead) hatchery-origin catch, same dimension as HO
DD_NO dead discarded natural-origin catch, same dimension as NO
DD_HO dead discarded hatchery-origin catch, same dimension as HO
Nsurv_NO natural-origin survivors, same dimension as NO
Nsurv_HO hatchery-origin survivors, same dimension as HO
U_NO natural-origin harvest rate (ratio of kept catch and abundance), vector ns
U_HO hatchery-origin harvest rate (ratio of dead catch and abundance), vector ns
Ex_NO natural-origin exploitation rate (ratio of dead catch and abundance), vector ns
Ex_HO hatchery-origin exploitation rate (ratio of dead catch and abundance), vector ns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.