The 'ggplot2' package is excellent and flexible for elegant data visualization in R. However the default generated plots requires some formatting before we can send them for publication. Furthermore, to customize a 'ggplot', the syntax is opaque and this raises the level of difficulty for researchers with no advanced R programming skills. 'ggpubr' provides some easy-to-use functions for creating and customizing 'ggplot2'- based publication ready plots.
ggpubr.parse_aes: logical indicating whether to parse or not aesthetics variables names.
Default is TRUE
. For example, if you want ggpubr
to handle non-standard column names, like A-A
,
without parsing, then set this option to FALSE
using options(ggpubr.parse_aes = FALSE)
.
Maintainer: Alboukadel Kassambara alboukadel.kassambara@gmail.com
General resources:
Useful links: