R/tcplHillACXX.R

Defines functions tcplHillACXX

Documented in tcplHillACXX

#-------------------------------------------------------------------------------
# tcplHillACXX: Calculate the concentration for a given activity level
#-------------------------------------------------------------------------------

#' @rdname hill_utils
#' @export

tcplHillACXX <- function(XX, tp, ga, gw, bt = 0) {
  
  y <- tp * XX/100
  ga - log10((tp - bt)/(y - bt) - 1)/gw
  
}

#-------------------------------------------------------------------------------

Try the tcpl package in your browser

Any scripts or data that you put into this service are public.

tcpl documentation built on June 8, 2025, 11:41 a.m.