calc_ryther_index: Calculate the Ryther index

View source: R/calc_ryther_index.R

calc_ryther_indexR Documentation

Calculate the Ryther index

Description

The Ryther index is composed of total catch presented on a unit area basis for an ecosystem. Theoretical estimates (Link & Watson, 2019), imply the index "should probably be on the order of 0.3 - 1.1 mt km^-2 y^-1 with an extreme limit of 3 mt km^-2 y^-1. Empirically derived tipping points typically occur in fished ecosystems with total catches greater that 3 to 5 mt km^-2 y^-1 with expected system-wide MSYs on the order of 1 to 3 mt km^-2 y^-1"

Usage

calc_ryther_index(catch, area, yearField = "YEAR", catchField = "totLand")

Arguments

catch

Data frame. n x anything. Data containing the total catch in each year. Can be broken down by species. catch must be in metric tonnes

area

Numeric scalar. Area of the region (km^2) in which catch comes from.

yearField

Character string. The name of the field in catch which contains the Yearly data.

catchField

Character string. The name of the field in catch which contains the catch data.

Details

The units of the index: metric tonnes km^-2 year^-1

Value

Data frame:

YEAR

Year of the index

INDEX

Value of the index

Sources

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

See Also

Other Link Indices: calc_fogarty_index()


andybeet/index_PPR documentation built on Jan. 24, 2025, 5:33 a.m.