Skip to contents

This function takes a table returned from get_catch_types and returns detailed weight-length parameters from each species group.

Usage

retrieve_lengths(data, country_code)

Arguments

data

A table returned from get_catch_types

country_code

The code of the country associated to FishBase database, default code include Timor-Leste and Indonesia. Full list at https://www.fishbase.se/country/ListOfCountryCodes.php.

Value

A data frame containing species length parameters

Examples

if (FALSE) { # \dontrun{
rank_tab <- get_catch_types(pars)
retrieve_lengths(rank_tab)
} # }