summaryrefslogtreecommitdiff
path: root/graphics/R-ggExtra
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-20(graphics/R-ggExtra) Updated 0.8 to 0.9mef2-7/+16
# ggExtra 0.9 - Fix #109: using ggMarginal on a plot where geom_point was not the first layer was buggy (#116) - Add documentation about how to use ggMarginal in R Notebooks or Rmarkdown - Added support for densigram (density+histogram) plots (#118) - Lots of internal refactoring (thanks @crew102) - Fix the "two chunk" requirement for rendering ggMarginalPlots in Rmd (#148)
2019-08-09R-ggExtra: initial commitbrook3-0/+31
Collection of functions and layers to enhance 'ggplot2'. The flagship function is 'ggMarginal()', which can be used to add marginal histograms/boxplots/density plots to 'ggplot2' scatterplots.