calc_fogarty_index.Rd
The Fogarty Index is the ratio of total catches to total primary productivity in an ecosystem. Link and Watson (2019) state ".. Fogarty ration of 0.22 to 0.92 per mil, with an extreme limit of ~2.5 emerges from theoretically based limits coupled with estimates of global catches"
calc_fogarty_index( catch, PP, yearFieldCatch = "YEAR", catchField = "totLand", ppField = "ANNUAL_MEAN", yearFieldPP = "YEAR" )
catch | Data frame. Data containing the total catch (mt/region/year) by each species in each year. |
---|---|
PP | Data frame. Data containing Primary Production same units as catch (but in Carbon) |
yearFieldCatch | Character string. The name of the field in |
catchField | Character string. The name of the field in |
ppField | Character string. The name of the field in |
yearFieldPP | Character string. The name of the field in |
Data frame:
Year of the index
Value of the index
The units of the index: unitless
J. S. Link, R. A. Watson, Global ecosystem overfishing: Clear delineation within real limits to production. Sci. Adv. 5, eaav0474 (2019). DOI: 10.1126/sciadv.aav0474
Other Link Indices:
calc_ryther_index()