This is an incremental update meanwhile waiting for the release of ‘ggplot2’ 2.2.2. The differences compared to ‘ggpmisc’ 0.2.16.9001 are:
geom_table()
is now more consistent with the expectations of the grammar of graphics as starting from the current version it produces multiple tables per call when a list of data frames or tibbles is mapped to thelabel
aesthetic.- A new statistic
stat_quadrat_counts()
counts the number of observations in each quadrat of a plot. An obvious use is in volcano and quadrat plots built usinggeom_point()
.
Both geom_table()
and stat_quadrat_counts()
are still under development and some details of the user interface may still change.
Note: ‘ggplot2’ >= 2.2.1.9000 (>= commit of 2017-02-09) is required.
Documentation website is at http://docs.r4photobiology.info/ggpmisc/.
Please raise issues concerning bugs or enhancements to this package through Bitbucket at https://bitbucket.org/aphalo/ggpmisc/issues
NOTE: This version of the package is NOT available from CRAN.
INSTALLATION:
- from the binary or source packages from the CRAN-compatible repository at http://r.r4photobiology.info/
- from sources retrieved from the Git repository at Bitbucket.
devtools::install_github("tidyverse/ggplot2") devtools::install_bitbucket("aphalo/ggpmisc", ref = "0.2.16.9002")