visualizeR/R/theme_dumbbell.R
2025-02-09 17:19:54 +01:00

13 lines
220 B
R

#' @title Dumbbell Theme
#' @description Theme for dumbbell charts based on theme_default.
#'
#' @rdname theme_default
#'
#' @export
theme_dumbbell <- function() {
theme_default(
axis_line_x = TRUE,
grid_)
}