MaxTime: Calculate Maximum Time Represented by Sample

Description Usage Arguments Value Author(s) Examples

Description

maxTime uses the simple Von Bertanlanffy equations to calculate the time represented by the entire sample

Usage

1
maxTime(L, L.asym, k)

Arguments

L

numeric; length of the entire sample

L.asym

numeric; asymptotic length

k

numeric; growth coefficient, calculate using the function k

Value

The value returned is the number of days represented by the entire sample

Author(s)

The function was written by Gary Truong with collaboration from Ben Walker and Anna Lewis from the University of New South Wales

Examples

1
maxTime(L = 140, L.asym = 150, k = 0.0126)

GaryTruong/whiskR documentation built on Sept. 25, 2020, 1:41 p.m.