Description Usage Arguments Details Value Sources See Also
View source: R/calc_fogarty_index.R
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"
1 2 3 4 5 6 7 8 | 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 |
The units of the index: unitless
Data frame:
YEAR |
Year of the index |
INDEX |
Value of the index |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.