Skip to content

Commit

Permalink
fixed a few typos in the help page
Browse files Browse the repository at this point in the history
  • Loading branch information
mgimond committed Sep 24, 2024
1 parent 72075b8 commit 6175820
Show file tree
Hide file tree
Showing 36 changed files with 20 additions and 21 deletions.
12 changes: 6 additions & 6 deletions R/eda_qq.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@
#' parameters \code{l.val} are overridden and are set to +/- 1 standard
#' deviations. Note that the "suggested offsets" output is disabled, nor
#' can you generate an M-D version of the Normal QQ plot. Also note
#' that the formula argument is ignored in this mode.cr
#' that the formula argument is ignored in this mode.\cr
#' \cr
#' The function can be used to generate a symmetry QQ plot when the
#' \code{sym} argument is set to \code{TRUE}. This plot helps assess the
#' symmetry of a variable by splitting it into two halves, upper and lower,
#' using the batch's median as the cutoff point. The values for each half are
#' the distances of each observation to the medina value in \code{x}'s units.
#' the distances of each observation to the median value in \code{x}'s units.
#' The distance starts at 0 in the bottom-left corner of the plot. The grey
#' box width, \code{b.val} and outer quantile line, \code{l.val}, will be
#' measure from the origin given that the batch's center of mass is at 0.
#' Power transformations can be applied to \code{x} but any formulas passed
#' via \code{fx} or \code{fy} are ignored. This plot is inspired from the
#' box width, \code{b.val}, and outer quantile line, \code{l.val}, will be
#' measured from the origin given that the batch's center of mass is at 0.
#' Power transformations can be applied to \code{x} but any formula passed
#' via \code{fx} or \code{fy} is ignored. This plot is inspired from the
#' symmetry plot described by Chambers et al. in section 2.8 of their book
#' (see reference).
#'
Expand Down
Binary file modified docs/reference/Rplot001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_boxls-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_boxls-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_boxls-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_boxls-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_boxls-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_boxls-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_boxls-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_boxls-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_boxls-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/reference/eda_boxls.html

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

Binary file modified docs/reference/eda_qq-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_qq-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_qq-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_qq-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_qq-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/eda_qq-3.png
Binary file modified docs/reference/eda_qq-4.png
Binary file modified docs/reference/eda_qq-5.png
Binary file modified docs/reference/eda_qq-6.png
Binary file modified docs/reference/eda_qq-7.png
Binary file modified docs/reference/eda_qq-8.png
Binary file modified docs/reference/eda_qq-9.png
15 changes: 7 additions & 8 deletions docs/reference/eda_qq.html

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

12 changes: 6 additions & 6 deletions 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 6175820

Please sign in to comment.