Package: ggQQunif
Type: Package
Title: Compare Big Datasets to the Uniform Distribution
Version: 0.1.5
Authors@R: person("Robert", "Corty", email = "rcorty@gmail.com", role = c("aut", "cre"))
Description: 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.  
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: scales, ggplot2, dplyr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-13 00:32:05 UTC; rcorty
Author: Robert Corty [aut, cre]
Maintainer: Robert Corty <rcorty@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-14 09:20:45 UTC
Built: R 4.6.0; ; 2025-07-18 08:03:55 UTC; unix
