R/U2F.r

Defines functions U2F

Documented in 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))
}
Beothuk/bio.utilities documentation built on May 5, 2019, 1:39 p.m.