Learn R Programming

ggpubr (version 0.5.0)

ggpubr-package: ggpubr: 'ggplot2' Based Publication Ready Plots

Description

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.

Arguments

Package options

  • 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).

Author

Maintainer: Alboukadel Kassambara alboukadel.kassambara@gmail.com

Details

General resources:

See Also