R/U2F.r

Defines functions U2F

#' @title U2F
#' @description exploitation rate to fishing mortality
#' @family abysmally documented
#' @author  unknown, \email{<unknown>@@dfo-mpo.gc.ca}
#' @export
U2F <- function(U){
	return(-log(1-U))
}
AMCOOK/bio.eels documentation built on May 20, 2019, 4:13 p.m.