Path to this page:
./
graphics/R-ggExtra,
Add marginal histograms to ggplot2, and more ggplot2 enhancements
Branch: CURRENT,
Version: 0.9,
Package name: R-ggExtra-0.9,
Maintainer: pkgsrc-usersCollection 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.
Required to run:[
math/R] [
math/R-gtable] [
graphics/R-scales] [
graphics/R-ggplot2] [
graphics/R-colourpicker]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2021-09-20) Updated to version: R-ggExtra-0.9
- (2019-08-10) Package added to pkgsrc.se, version R-ggExtra-0.8 (created)
CVS history: (Expand)
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-09-20 03:36:24 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(graphics/R-ggExtra) Updated 0.8 to 0.9
# 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)
|