R/ggempty.R

Defines functions ggempty

Documented in ggempty

#' An empty ggplot
#'
#' @return A ggplot object
#' 
#' @importFrom ggplot2 ggplot theme_void
#' 
#' @export
ggempty <- function() {
    ggplot() + 
    theme_void()  
}

Try the hypeR package in your browser

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

hypeR documentation built on Nov. 8, 2020, 8:19 p.m.