R/lenW_SKJ.R

Defines functions lenW_SKJ

lenW_SKJ <- function(lf = 50)
{    
  #SKJ convert length to weight
  W <- (7.480*10^-6)*(lf^3.253)
  W
}
laurieKell/FLTag documentation built on Nov. 19, 2019, 4:13 p.m.