A system to implement the Q-Q boxplot. It is implemented as an extension to 'ggplot2'. The Q-Q boxplot is an amalgam of the boxplot and the Q-Q plot and allows the user to rapidly examine summary statistics and tail behavior for multiple distributions in the same pane. As an extension of the 'ggplot2' implementation of the boxplot, possible modifications to the boxplot extend to the Q-Q boxplot.
Version: | 0.3.0 |
Depends: | R (≥ 3.3) |
Imports: | ggplot2, grid |
Suggests: | knitr, rmarkdown, dplyr, gridExtra, testthat (≥ 3.0.0), vdiffr (≥ 0.3.3), scales |
Published: | 2022-11-20 |
DOI: | 10.32614/CRAN.package.qqboxplot |
Author: | Jordan Rodu [aut, cre] |
Maintainer: | Jordan Rodu <jordan.rodu at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | qqboxplot results |
Reference manual: | qqboxplot.pdf |
Vignettes: |
Basic usage for the qqboxplot package Replication of figures from the q-q boxplot paper |
Package source: | qqboxplot_0.3.0.tar.gz |
Windows binaries: | r-devel: qqboxplot_0.3.0.zip, r-release: qqboxplot_0.3.0.zip, r-oldrel: qqboxplot_0.3.0.zip |
macOS binaries: | r-release (arm64): qqboxplot_0.3.0.tgz, r-oldrel (arm64): qqboxplot_0.3.0.tgz, r-release (x86_64): qqboxplot_0.3.0.tgz, r-oldrel (x86_64): qqboxplot_0.3.0.tgz |
Old sources: | qqboxplot archive |
Please use the canonical form https://CRAN.R-project.org/package=qqboxplot to link to this page.