Skip to content

Commit

Permalink
small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Manny Gimond authored and Manny Gimond committed Jun 10, 2023
1 parent 3ef3177 commit ad66009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/eda_qq.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@
#' lines. The line positions can be changed via the \code{l.val} argument. The
#' middle dashed line represents each batch's median value. Console output
#' prints the suggested multiplicative and additive offsets.
#' See the QQ plot vignette for an introduction on its use and interpretation.
#'
#'
#' @returns Returns a list with the following components:
#'
#' \itemize{
#' \item \code{x}: X values. May be interpolated to smallest quantile batch.
#' Values will reflect power transformation defined in \code{p}.
#' \item \code{b}: Yvalues. May be interpolated to smallest quantile batch.
#' \item \code{b}: Y values. May be interpolated to smallest quantile batch.
#' Values will reflect power transformation defined in \code{p}.
#' \item \code{p}: Re-expression applied to original values.
#' \item \code{fx}: Formula applied to x variable.
Expand Down
3 changes: 2 additions & 1 deletion man/eda_qq.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad66009

Please sign in to comment.