BackCalcLength: Uses Dahl-Lea method to back-calculate length at age.

Description Usage Arguments Value References Examples

View source: R/growth.R

Description

BackCalcLength employs the Dahl-Lea algorithm to back-calculate length at age given specific data from the analysis of hard parts (e.g., scales). Assumes for now first age is 1.

Usage

1
BackCalcLength(data, lCap, rCap, rAtAge)

Arguments

data

Dataframe where each row is a single fish & contains fields below.

lCap

Field name in data containing (numeric) length at capture.

rCap

Field name in data containing (numeric) scale radius at capture.

rAtAge

Field (column) names or column numbers (easier) in data containing scale radius at each age i.

Value

A dataframe with two numeric fields: len & age. NA values have been removed.

References

Lea, E. 1910. On the methods used in the herring-investigations. Publ. Circonst. Cons. perm. int. Explor. Mer 108(1):14–22.

Ogle, D.H. 2016. Introductory Fisheries Analyses with R. Chapman & Hall/CRC, Boca Raton, FL.

Examples

1
# code here

jasondubois/sportfish documentation built on July 3, 2020, 1:01 p.m.