R/curveFitFctCCR_pEC50qualCheckCol.R

Defines functions curveFitFctCCR_pEC50qualCheckCol

curveFitFctCCR_pEC50qualCheckCol <- function(x, xmin, xmax){
  xInfo <- x
  xInfo[x < xmin] <- "< xmin"
  xInfo[x > xmax] <- NA
  return(xInfo)
}

Try the TPP package in your browser

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

TPP documentation built on Nov. 8, 2020, 5:55 p.m.