Although I have just submitted to CRAN version 0.2.16, the following two enhancements could not be included because they depend on a version of package ‘ggplot2’ not yet submitted to CRAN by its maintainer.
Differences from CRAN release 0.2.16 are:
- Add
geom_table()
, a geom for adding a layer containing a table passed as atibble
mapped to thelabel
aesthetic. - Add
stat_fit_tb()
a stat that computes a tidy tibble version of the summary or ANOVA table for a model fit to PANEL data. Used together withgeom_table()
it makes it very easy to add ANOVA and summary tables to ggplots.
Note: ‘ggplot2’ >= 2.2.1.9000 (>= commit of 2017-02-09) is required for geom_table() and stat_fit_tb() to work.
Documentation website is at http://docs.r4photobiology.info/ggpmisc/.
NOTE: This version of the package is NOT available from CRAN.
INSTALLATION: (from sources retrieved from the Git repository at Bitbucket)
devtools::install_github("tidyverse/ggplot2") devtools::install_bitbucket("aphalo/ggpmisc", ref = "0.2.16.9000")