TP1: Calculate Time Represented by Cut Segment

Description Usage Arguments Value Author(s) References Examples

View source: R/WhiskR_functions.R

Description

TP1 allows you calculate how much time is represented by a section of sampled tissue. It uses the discrete step by step von Bertanlanffy equation solved for time

Usage

1
TP1(L, L.asym, LP1, k)

Arguments

L

numeric; length of the sample

L.asym

numeric; asymptotic length

LP1

numeric; length of the sample minus the cut sampled segment

k

numeric; growth coefficient, calculate using the function k

Value

The value returned is the number of days represented by the cut segment.

Author(s)

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

References

Hall-Aspland, S. A., Rogers, T. L., & Canfield, R. B. (2005). Stable carbon and nitrogen isotope analysis reveals seasonal variation in the diet of leopard seals. Marine Ecology Progress Series, 305, 249-259.

Examples

1
TP1(L = 100, L.asym = 150, LP1 = 90, k = 0.0126)

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