make_alk: Make age-length key (alk)

View source: R/alks.R

make_alkR Documentation

Make age-length key (alk)

Description

Given fish data with age and length, tablulate and prepare an age-length key

Usage

make_alk(alk_data)

Arguments

alk_data

Data frame with biological data from a set of trawl samples to be used as basis for the age-length key.

Details

First implementation bin-ns the lengths on the centimeter below.

Value

An alk-tibble

Examples

## Not run: fishData %>%
  filter(!is.na(a)) -> alk_data
alk <- make_alk(alk_data)
  
## End(Not run)

sigurdurthorjonsson/bionechi documentation built on Jan. 25, 2023, 6:37 p.m.