growth_no: No Growth

Description Usage Arguments Examples

View source: R/growth.R

Description

Function that simply returns the input length, ie allows no growth.

Usage

1
growth_no(length, years)

Arguments

length

A count indicating the length at capture.

years

A number indicating the number of years since capture.

Examples

1
2
3
growth_no(100L, 0)
growth_no(100L, 1)
growth_no(100L, -1)

poissonconsulting/lexr documentation built on Feb. 18, 2021, 11:12 p.m.