R/curves.R

Defines functions curves

#' Creates the curves
#' \code{curves} creates the curves
#' @import dplyr
#' @keywords internal
#' @export
. <- 'No te quejes'
curves <- function(qp, xmin = NULL, xmax = NULL, log = F) {
  qp$par %>% do(one_curve(., xmin, xmax, log, qp$groups, qp$limits,
                           qp$psyfunguesslapses))

}

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.