R/limits.R

Defines functions limits

Documented in limits

#' Creates the limits
#' \code{limits} creates the limits
#' @keywords internal
#' @export
limits <- function(d, x, xmin, xmax, log) {
  d %>% do(one_limit(., x, xmin, xmax, log))
}

Try the quickpsy package in your browser

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

quickpsy documentation built on Oct. 2, 2019, 5:03 p.m.