whiskR vignette.Rmd
Gary Truong, Ben Walker, Anna Lewis
whiskR
is used for calculating segment lengths of whiskers and working out how many days are represented by each segment.
The formulas used in the functions are derived from the Von Bertanlanffy growth model equations.
Variables that are used include whisker length, asymptotic length, the growth coefficient k and time.
To install whiskR
in R:
# Install pacman install.packages("pacman") pacman::p_load(devtools) # Install whiskR devtools::install_github("GaryTruong/whiskR") library(whiskR)
k()
The LP1() function is used to calculate the specific length of segment required to be in order to obtain a sample that represents a specific amount of time
L is length
LP1()
TP1() is used to calculate how much time is represented by a given segment of whisker.
TP1()