R/ggpubr_options.R

Defines functions ggpubr_options

Documented in ggpubr_options

#' Global Options for GGPubr
#' @description Displays allowed global options in ggpubr.
#' @examples
#'
#' ggpubr_options()
#'
#' @export
ggpubr_options <- function(){
  list(
    ggpubr.parse_aes = TRUE,
    ggpubr.null_device = cowplot::pdf_null_device
  )
}

Try the ggpubr package in your browser

Any scripts or data that you put into this service are public.

ggpubr documentation built on Feb. 16, 2023, 7:18 p.m.