Displays allowed global options in ggpubr.
ggpubr_options()
ggpubr_options()
#> $ggpubr.parse_aes
#> [1] TRUE
#>
#> $ggpubr.null_device
#> function (width, height)
#> {
#> grDevices::pdf(NULL, width = width, height = height)
#> grDevices::dev.control("enable")
#> }
#> <bytecode: 0x7f95194c4630>
#> <environment: namespace:cowplot>
#>