Package: qqboxplot 0.3.0
qqboxplot: Implementation of the Q-Q Boxplot
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.
Authors:
qqboxplot_0.3.0.tar.gz
qqboxplot_0.3.0.zip(r-4.5)qqboxplot_0.3.0.zip(r-4.4)qqboxplot_0.3.0.zip(r-4.3)
qqboxplot_0.3.0.tgz(r-4.5-any)qqboxplot_0.3.0.tgz(r-4.4-any)qqboxplot_0.3.0.tgz(r-4.3-any)
qqboxplot_0.3.0.tar.gz(r-4.5-noble)qqboxplot_0.3.0.tar.gz(r-4.4-noble)
qqboxplot_0.3.0.tgz(r-4.4-emscripten)qqboxplot_0.3.0.tgz(r-4.3-emscripten)
qqboxplot.pdf |qqboxplot.html✨
qqboxplot/json (API)
NEWS
# Install 'qqboxplot' in R: |
install.packages('qqboxplot', repos = c('https://jrodu.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jrodu/qqboxplot/issues
- comparison_dataset - Simulated normal dataset with mean=5 and variance=1
- expression_data - Log expression data for select genes
- indicators - World Bank indicator data for Labor Force participation rates
- population_brain_data - Neuron population firing data
- simulated_data - Simulated t-distributions to show use of q-q boxplots
- spike_data - Neuron spiking data for neural tuning orientation
Last updated 2 years agofrom:ea9f17073b. Checks:6 OK, 3 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 30 2025 |
R-4.5-win | NOTE | Mar 30 2025 |
R-4.5-mac | NOTE | Mar 30 2025 |
R-4.5-linux | NOTE | Mar 30 2025 |
R-4.4-win | OK | Mar 30 2025 |
R-4.4-mac | OK | Mar 30 2025 |
R-4.4-linux | OK | Mar 30 2025 |
R-4.3-win | OK | Mar 30 2025 |
R-4.3-mac | OK | Mar 30 2025 |
Exports:geom_qqboxplotstat_qqboxplot
Dependencies:clicolorspacefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
Basic usage for the qqboxplot package
Rendered fromqqboxplot-basic-usage.Rmd
usingknitr::rmarkdown
on Mar 30 2025.Last update: 2021-05-06
Started: 2021-01-17
Replication of figures from the q-q boxplot paper
Rendered fromqqboxplot-paper-replication.Rmd
usingknitr::rmarkdown
on Mar 30 2025.Last update: 2021-05-06
Started: 2021-01-17
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Simulated normal dataset with mean=5 and variance=1 | comparison_dataset |
Log expression data for select genes | expression_data |
A modification of the boxplot with information about the tails | geom_qqboxplot |
World Bank indicator data for Labor Force participation rates | indicators |
Neuron population firing data | population_brain_data |
'qqboxplot' package | qqboxplot |
Simulated t-distributions to show use of q-q boxplots | simulated_data |
Neuron spiking data for neural tuning orientation | spike_data |
Compute values for the Q-Q Boxplot | stat_qqboxplot |