ggQQunif: Compare Big Datasets to the Uniform Distribution

A quantile-quantile plot can be used to compare a sample of p-values to the uniform distribution. But when the dataset is big (i.e. > 1e4 p-values), plotting the quantile-quantile plot can be slow. geom_QQ uses all the data to calculate the quantiles, but thins it out in a way that focuses on points near zero before plotting to speed up plotting and decrease file size, when vector graphics are stored.

Getting started

Package details

AuthorRobert Corty [aut, cre]
MaintainerRobert Corty <rcorty@gmail.com>
LicenseGPL-3
Version0.1.5
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("ggQQunif")

Try the ggQQunif package in your browser

Any scripts or data that you put into this service are public.

ggQQunif documentation built on May 2, 2019, 2:10 a.m.